release: WRNexusJS 0.4.0
This commit is contained in:
@@ -138,3 +138,5 @@ export async function deriveKey(password: string, salt: string): Promise<string>
|
||||
);
|
||||
return toB64(new Uint8Array(bits));
|
||||
}
|
||||
export { createKeyring, seal, open, sealedKeyId, needsRotation } from "./keyring.ts";
|
||||
export type { EncryptionKey, EncryptionKeyring } from "./keyring.ts";
|
||||
|
||||
Reference in New Issue
Block a user