mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Start mirroring to SVR2.
This commit is contained in:
committed by
Clark Chen
parent
dfb7304626
commit
e1570e9512
@@ -42,7 +42,7 @@ public final class PinHashKbsDataTest {
|
||||
for (KbsTestVector vector : getKbsTestVectorList()) {
|
||||
PinHash hashedPin = fromArgon2Hash(vector.getArgon2Hash());
|
||||
|
||||
KbsData kbsData = PinHashUtil.decryptKbsDataIVCipherText(hashedPin, vector.getIvAndCipher());
|
||||
KbsData kbsData = PinHashUtil.decryptSvrDataIVCipherText(hashedPin, vector.getIvAndCipher());
|
||||
|
||||
assertArrayEquals(vector.getMasterKey(), kbsData.getMasterKey().serialize());
|
||||
assertArrayEquals(vector.getIvAndCipher(), kbsData.getCipherText());
|
||||
|
||||
Reference in New Issue
Block a user