UNPKG

@thant-dev/ciphersuite

Version:

A suite of cryptographic utilities, including signal protocol, AES, and public key encryption for secure messaging.

4 lines (3 loc) 146 B
export { Ratchet } from './core/signal'; import { getPublicKey, utils as secpUtils } from '@noble/secp256k1'; export { getPublicKey, secpUtils };