purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
core.h File Reference
#include "purify.h"

Go to the source code of this file.

Functions

purify_error_code purify_core_sample_secret_key (unsigned char out_secret_key[PURIFY_SECRET_KEY_BYTES])
 
purify_error_code purify_core_seed_secret_key (unsigned char out_secret_key[PURIFY_SECRET_KEY_BYTES], const unsigned char *seed, size_t seed_len)
 

Function Documentation

◆ purify_core_sample_secret_key()

purify_error_code purify_core_sample_secret_key ( unsigned char  out_secret_key[PURIFY_SECRET_KEY_BYTES])

◆ purify_core_seed_secret_key()

purify_error_code purify_core_seed_secret_key ( unsigned char  out_secret_key[PURIFY_SECRET_KEY_BYTES],
const unsigned char *  seed,
size_t  seed_len 
)