Use first byte of QR code payload for format version.

This commit is contained in:
akwizgran
2018-02-22 11:59:06 +00:00
parent d880b14e0c
commit 0b781cf272
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.