We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c965110 commit ebfa0cdCopy full SHA for ebfa0cd
MatrixSDK/Crypto/KeyBackup/MXRecoveryKey.m
@@ -71,7 +71,7 @@ + (NSData *)decode:(NSString *)recoveryKey error:(NSError **)error
71
}
72
73
if (result.length !=
74
- sizeof(kOlmRecoveryKeyPrefix) + [OLMPkDecryption privateKeyLength] + 1)
+ sizeof(kOlmRecoveryKeyPrefix) + 33)
75
{
76
if (error)
77
0 commit comments