mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Make Argon2 WebAssembly module unload after use (#5072)
This commit is contained in:
@@ -69,6 +69,7 @@ export class WebCryptoFunctionService implements CryptoFunctionService {
|
||||
hashLen: 32,
|
||||
type: argon2.ArgonType.Argon2id,
|
||||
});
|
||||
argon2.unloadRuntime();
|
||||
return result.hash;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user