Skip to content
Snippets Groups Projects
Commit 4f18303a authored by Torsten Grote's avatar Torsten Grote
Browse files

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

Remove unused constants

See merge request !889
parents 5c500fb7 a1599df7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment