Merge branch 'remove-unused-constants' into 'master'

Remove unused constants

See merge request briar/briar!889
This commit is contained in:
Torsten Grote
2018-08-10 17:30:16 +00:00

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.
*/