UNPKG

@hazae41/chacha20poly1305

Version:

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

4 lines (3 loc) 204 B
import type { chaCha20Poly1305Wasm } from "@hazae41/chacha20poly1305-wasm"; import type { Adapter } from "../adapter/mod.ts"; export declare function fromWasm(wasm: typeof chaCha20Poly1305Wasm): Adapter;