mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
implement crypto functions in more places
This commit is contained in:
@@ -30,5 +30,4 @@ export abstract class CryptoService {
|
||||
decrypt: (cipherString: CipherString, key?: SymmetricCryptoKey) => Promise<ArrayBuffer>;
|
||||
decryptToUtf8: (cipherString: CipherString, key?: SymmetricCryptoKey) => Promise<string>;
|
||||
decryptFromBytes: (encBuf: ArrayBuffer, key: SymmetricCryptoKey) => Promise<ArrayBuffer>;
|
||||
sha1: (password: string) => Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user