Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Julian Dehm
briar
Commits
a1599df7
Verified
Commit
a1599df7
authored
Aug 10, 2018
by
akwizgran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused constants.
parent
af1ed292
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
bramble-api/src/main/java/org/briarproject/bramble/api/keyagreement/KeyAgreementConstants.java
...oject/bramble/api/keyagreement/KeyAgreementConstants.java
+0
-10
No files found.
bramble-api/src/main/java/org/briarproject/bramble/api/keyagreement/KeyAgreementConstants.java
View file @
a1599df7
...
...
@@ -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.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment