Skip to content

Type Alias: SSCrypto ​

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

See ​

https://github.com/seald/sscrypto

Properties ​

PrivateKey ​

PrivateKey: PrivateKeyConstructor<PrivateKey>


PublicKey ​

PublicKey: PublicKeyConstructor<PublicKey>


SymKey ​

SymKey: SymKeyConstructor<SymKey>


utils ​

utils: Utils