release: WRNexusJS 0.4.0

This commit is contained in:
2026-07-27 12:42:18 +05:30
parent 8b728a3e5d
commit 30e5721e84
250 changed files with 10065 additions and 3923 deletions
+2
View File
@@ -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";