Loading...
Searching...
No Matches
ecdsa_params_t Struct Reference

ECDSA parameters. More...

Detailed Description

ECDSA parameters.

Definition at line 86 of file credman.h.

#include <credman.h>

Data Fields

const void * private_key
 Pointer to the private key.
 
ecdsa_public_key_t public_key
 Public key.
 
ecdsa_public_key_tclient_keys
 Array of clients public keys.
 
size_t client_keys_size
 Size of ecdsa_params_t::clients_keys.
 

Field Documentation

◆ client_keys

ecdsa_public_key_t* ecdsa_params_t::client_keys

Array of clients public keys.

Definition at line 89 of file credman.h.

◆ client_keys_size

size_t ecdsa_params_t::client_keys_size

Size of ecdsa_params_t::clients_keys.

Definition at line 90 of file credman.h.

◆ private_key

const void* ecdsa_params_t::private_key

Pointer to the private key.

Definition at line 87 of file credman.h.

◆ public_key

ecdsa_public_key_t ecdsa_params_t::public_key

Public key.

Definition at line 88 of file credman.h.


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