Enumeration KeyAlgorithm

Enum representing supported cryptographic key algorithms. Each value corresponds to a specific cryptographic algorithm used in digital signatures.

Enumeration Members

Enumeration Members

ED25519: 1

ED25519 digital signature algorithm

SECP256K1: 2

SECP256K1 elliptic curve digital signature algorithm

Generated using TypeDoc