1
0
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:
Carlos Gonçalves
2023-12-12 12:22:28 +00:00
parent c04933b959
commit 287b3a0580
6 changed files with 26 additions and 30 deletions

View File

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