Fix typo for generateLastRes*t*ortKyberPreKey.

This commit is contained in:
Ruben De Smet
2024-01-14 20:03:16 +01:00
committed by Greyson Parrelli
parent caa5e233df
commit 3988b46a60
5 changed files with 5 additions and 5 deletions

View File

@@ -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);
}