purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
purify_generated_key Struct Reference

Seed/public-key bundle returned by the C core key-generation entry points. More...

#include <purify.h>

Data Fields

unsigned char secret_key [PURIFY_SECRET_KEY_BYTES]
 
unsigned char public_key [PURIFY_PUBLIC_KEY_BYTES]
 

Detailed Description

Definition at line 62 of file purify.h.

Field Documentation

◆ public_key

unsigned char purify_generated_key::public_key[PURIFY_PUBLIC_KEY_BYTES]

Definition at line 64 of file purify.h.

Referenced by purify_generate_key(), and purify_generate_key_from_seed().

◆ secret_key

unsigned char purify_generated_key::secret_key[PURIFY_SECRET_KEY_BYTES]

Definition at line 63 of file purify.h.

Referenced by purify_generate_key(), and purify_generate_key_from_seed().


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