mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Merge branch '117-bqp-crypto' into 'master'
BQP crypto This implements the `CryptoComponent` methods necessary for BQP. Part of #117. See merge request !88
This commit is contained in:
@@ -244,7 +244,7 @@ implements InvitationListener {
|
||||
|
||||
int getLocalInvitationCode() {
|
||||
if (localInvitationCode == -1)
|
||||
localInvitationCode = crypto.generateInvitationCode();
|
||||
localInvitationCode = crypto.generateBTInvitationCode();
|
||||
return localInvitationCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user