UNPKG

@signumjs/crypto

Version:

Cryptographic functions for building Signum Network apps.

10 lines (9 loc) 260 B
/** * Combined module for encrypted messaging (encrypt + decrypt) * * This module includes both encryption and decryption capabilities * since they are typically used together for secure messaging. * * @module messaging */ export * from './encryption';