Module libes::key

source ·
Expand description

Markers for Elliptic Curve algorithms supported by libes

Modules

Structs

  • Marker for using the ed25519 algorithm for elliptic curve operations
  • Marker for using the K-256/secp256k1 algorithm for elliptic curve operations
  • Marker for using the P-256/secp256r1 algorithm for elliptic curve operations
  • Marker for using the P-384/secp384r1 algorithm for elliptic curve operations
  • Marker for using the x25519 algorithm for elliptic curve operations