UNPKG

222 BTypeScriptView Raw
1/**
2 * @summary Implements [NaCl](http://nacl.cr.yp.to/) secret-key authenticated encryption, public-key authenticated encryption
3 */
4export { naclDecrypt } from './decrypt.js';
5export { naclEncrypt } from './encrypt.js';