UNPKG

@nthparty/bcl

Version:

TypeScript library that provides a simple interface for symmetric (i.e., symmetric-key) and asymmetric (i.e., asymmetric-key) encryption/decryption primitives.

10 lines (9 loc) 164 B
/** * Classes for data types. */ export declare function Types_init(Sodium: any): { 'Public': any; 'Secret': any; 'Plain': any; 'Cipher': any; };