Merge branch '1173-qr-code-version' into 'master'

Use first byte of QR code payload for format version

Closes #1173

See merge request akwizgran/briar!702
This commit is contained in:
Torsten Grote
2018-02-22 16:40:30 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -3,9 +3,9 @@ package org.briarproject.bramble.api.keyagreement;
public interface KeyAgreementConstants {
/**
* The current version of the BQP protocol.
* The current version of the BQP protocol. Version number 89 is reserved.
*/
byte PROTOCOL_VERSION = 3;
byte PROTOCOL_VERSION = 4;
/**
* The length of the record header in bytes.