This commit is contained in:
Ajay Bura 2022-04-16 21:36:01 +05:30
parent 5c4b843b49
commit 35ba92ae20

View file

@ -34,3 +34,4 @@ function cacheSecretStorageKey(keyId, keyInfo, privateKey) {
export const cryptoCallbacks = {
getSecretStorageKey,
cacheSecretStorageKey,
};