UNPKG

@thant-dev/ciphersuite

Version:

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

7 lines 279 B
// src/index.ts // Export the Ratchet class export { Ratchet } from './core/signal'; // Import and re-export utilities from @noble/secp256k1 import { getPublicKey, utils as secpUtils } from '@noble/secp256k1'; export { getPublicKey, secpUtils }; //# sourceMappingURL=index.js.map