UNPKG

@hazae41/chacha20poly1305

Version:

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

6 lines (5 loc) 266 B
export { Cipher } from './chacha20poly1305/abstract.mjs'; export { get, set } from './chacha20poly1305/adapter.mjs'; export { fromNoble } from './chacha20poly1305/noble.mjs'; export { fromWasm } from './chacha20poly1305/wasm.mjs'; //# sourceMappingURL=index.mjs.map