mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Rename crypto methods and constants for Bluetooth key agreement
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