UNPKG

@hazae41/chacha20poly1305

Version:

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

5 lines (4 loc) 236 B
export { Cipher } from './chacha20poly1305/abstract.js'; export { Adapter, get, set } from './chacha20poly1305/adapter.js'; export { fromNoble } from './chacha20poly1305/noble.js'; export { fromWasm } from './chacha20poly1305/wasm.js';