mirror of
https://github.com/bitwarden/mobile
synced 2026-01-19 08:53:17 +00:00
PM-4739 Fix PR comments
This commit is contained in:
@@ -64,5 +64,6 @@ namespace Bit.Core.Abstractions
|
||||
Task<MasterKey> GetOrDeriveMasterKeyAsync(string password, string userId = null);
|
||||
Task UpdateMasterKeyAndUserKeyAsync(MasterKey masterKey);
|
||||
Task<string> HashAsync(string value, CryptoHashAlgorithm hashAlgorithm);
|
||||
Task<bool> ValidateUriChecksumAsync(EncString remoteUriChecksum, string rawUri, string orgId, SymmetricCryptoKey key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user