Enumeration EncryptionType

Encryption algorithm type to used in cryptography

Enumeration Members

Enumeration Members

Ed25519: "ed25519"

Edwards-curve digital signature algorithm. It is recommended to use this over Secp256k1 due to its security and performance.

Secp256k1: "secp256k1"

The default algorithm used by BitCoin, Ethereum, and many other cryptocurrencies.

Generated using TypeDoc