UNPKG

boho

Version:

Encryption, authentication, Secure communication

11 lines (9 loc) 253 B
import { Boho, RAND, BohoMsg, Meta, MetaSize, sha256, MBP, Buffer } from './boho.js' Boho.RAND = RAND; Boho.BohoMsg = BohoMsg; Boho.Meta = Meta; Boho.MetaSize = MetaSize; Boho.sha256 = sha256; Boho.MBP = MBP; Boho.Buffer = Buffer; export default Boho;