mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Store additional data that will allow us to reduce the number of verification SMSs.
This commit is contained in:
@@ -31,6 +31,10 @@ public final class MasterKey {
|
||||
return Hex.toStringCondensed(derive("Registration Lock"));
|
||||
}
|
||||
|
||||
public String deriveRegistrationRecoveryToken() {
|
||||
return Hex.toStringCondensed(derive("Registration Recovery"));
|
||||
}
|
||||
|
||||
public StorageKey deriveStorageServiceKey() {
|
||||
return new StorageKey(derive("Storage Service Encryption"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user