Remove unused constants.

This commit is contained in:
akwizgran
2018-08-10 15:04:08 +01:00
parent af1ed292ae
commit a1599df712

View File

@@ -7,16 +7,6 @@ public interface KeyAgreementConstants {
*/
byte PROTOCOL_VERSION = 4;
/**
* The length of the record header in bytes.
*/
int RECORD_HEADER_LENGTH = 4;
/**
* The offset of the payload length in the record header, in bytes.
*/
int RECORD_HEADER_PAYLOAD_LENGTH_OFFSET = 2;
/**
* The length of the BQP key commitment in bytes.
*/