mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Fix typo for generateLastRes*t*ortKyberPreKey.
This commit is contained in:
committed by
Greyson Parrelli
parent
caa5e233df
commit
3988b46a60
@@ -188,7 +188,7 @@ public class PreKeyUtil {
|
||||
return record;
|
||||
}
|
||||
|
||||
public synchronized static @NonNull KyberPreKeyRecord generateLastRestortKyberPreKey(int id, @NonNull ECPrivateKey privateKey) {
|
||||
public synchronized static @NonNull KyberPreKeyRecord generateLastResortKyberPreKey(int id, @NonNull ECPrivateKey privateKey) {
|
||||
Log.i(TAG, "Generating last resort kyber prekey...");
|
||||
return generateKyberPreKey(id, privateKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user