mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 06:47:57 +00:00
6 lines
222 B
JavaScript
6 lines
222 B
JavaScript
/**
|
|
* @summary Implements [NaCl](http://nacl.cr.yp.to/) secret-key authenticated encryption, public-key authenticated encryption
|
|
*/
|
|
export { naclDecrypt } from './decrypt.js';
|
|
export { naclEncrypt } from './encrypt.js';
|