UNPKG

@hazae41/chacha20poly1305

Version:

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

4 lines (3 loc) 183 B
import type * as chaChaNoble from "@noble/ciphers/chacha.js"; import type { Adapter } from "../adapter/mod.ts"; export declare function fromNoble(noble: typeof chaChaNoble): Adapter;