UNPKG

@hazae41/chacha20poly1305

Version:

ChaCha20Poly1305 adapter for WebAssembly and JS implementations

13 lines (10 loc) 190 B
'use strict'; class Copied { bytes; constructor(bytes) { this.bytes = bytes; } [Symbol.dispose]() { } } exports.Copied = Copied; //# sourceMappingURL=index.cjs.map