Skip to content

Type Alias: SSCrypto

SSCrypto: { PrivateKey: PrivateKeyConstructor<PrivateKey>; PublicKey: PublicKeyConstructor<PublicKey>; SymKey: SymKeyConstructor<SymKey>; utils: Utils; }

Type declaration

PrivateKey

PrivateKey: PrivateKeyConstructor<PrivateKey>

PublicKey

PublicKey: PublicKeyConstructor<PublicKey>

SymKey

SymKey: SymKeyConstructor<SymKey>

utils

utils: Utils