release: WRNexusJS 0.8.0
This commit is contained in:
@@ -140,3 +140,23 @@ export async function deriveKey(password: string, salt: string): Promise<string>
|
||||
}
|
||||
export { createKeyring, seal, open, sealedKeyId, needsRotation } from "./keyring.ts";
|
||||
export type { EncryptionKey, EncryptionKeyring } from "./keyring.ts";
|
||||
export {
|
||||
ENCRYPTED_HTTP_CONTENT_TYPE,
|
||||
ENCRYPTED_HTTP_VERSION,
|
||||
createMemoryReplayStore,
|
||||
encryptHttpBody,
|
||||
decryptHttpBody,
|
||||
createEncryptedRequest,
|
||||
decryptRequest,
|
||||
encryptResponse,
|
||||
decryptEncryptedResponse,
|
||||
encryptedFetch,
|
||||
encryptedBody,
|
||||
encryptedExchange,
|
||||
} from "./http.ts";
|
||||
export type {
|
||||
EncryptedHttpEnvelope,
|
||||
EncryptedHttpOptions,
|
||||
DecryptedHttpBody,
|
||||
ReplayStore,
|
||||
} from "./http.ts";
|
||||
|
||||
Reference in New Issue
Block a user