Loading...
Searching...
No Matches
ecdsa_public_key_t Struct Reference

ECDSA public keys. More...

Detailed Description

ECDSA public keys.

Definition at line 78 of file credman.h.

#include <credman.h>

Data Fields

const void * x
 X part of the public key.
 
const void * y
 Y part of the public key.
 

Field Documentation

◆ x

const void* ecdsa_public_key_t::x

X part of the public key.

Definition at line 79 of file credman.h.

◆ y

const void* ecdsa_public_key_t::y

Y part of the public key.

Definition at line 80 of file credman.h.


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