EddsaPrivateKey Struct Reference

EdDSA private key. More...

#include <eddsa.h>

Data Fields

const EcCurvecurve
 Elliptic curve parameters. More...
 
uint8_t d [EDDSA_MAX_PRIVATE_KEY_LEN]
 Private key. More...
 
int_t slot
 Private key slot. More...
 
EddsaPublicKey q
 Public key. More...
 

Detailed Description

EdDSA private key.

Definition at line 74 of file eddsa.h.

Field Documentation

◆ curve

const EcCurve* curve

Elliptic curve parameters.

Definition at line 76 of file eddsa.h.

◆ d

Private key.

Definition at line 77 of file eddsa.h.

◆ q

Public key.

Definition at line 79 of file eddsa.h.

◆ slot

int_t slot

Private key slot.

Definition at line 78 of file eddsa.h.


The documentation for this struct was generated from the following file: