mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
@@ -48,4 +48,5 @@ export abstract class CryptoService {
|
||||
decryptToUtf8: (encString: EncString, key?: SymmetricCryptoKey) => Promise<string>;
|
||||
decryptFromBytes: (encBuf: ArrayBuffer, key: SymmetricCryptoKey) => Promise<ArrayBuffer>;
|
||||
randomNumber: (min: number, max: number) => Promise<number>;
|
||||
validateKey: (key: SymmetricCryptoKey) => Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user