mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
Migrate Bluetooth protocol to BQP's master secret derivation
This commit is contained in:
@@ -146,7 +146,7 @@ abstract class Connector extends Thread {
|
||||
// Derive the master secret
|
||||
if (LOG.isLoggable(INFO))
|
||||
LOG.info(pluginName + " deriving master secret");
|
||||
return crypto.deriveBTMasterSecret(key, keyPair, alice);
|
||||
return crypto.deriveMasterSecret(key, keyPair, alice);
|
||||
}
|
||||
|
||||
protected void sendConfirmation(BdfWriter w, boolean confirmed)
|
||||
|
||||
Reference in New Issue
Block a user