MCCI TweetNaCl
TweetNaCl library adapted for embedded use
mcci_tweetnacl_sign_privatekey_t Struct Reference

Private Key for TweetNaCl sign operations. More...

#include <mcci_tweetnacl_sign.h>

Data Fields

unsigned char bytes [64]
 the private key value. Note that this is longer than the public key. More...
 

Detailed Description

Private Key for TweetNaCl sign operations.

Definition at line 60 of file mcci_tweetnacl_sign.h.

Field Documentation

◆ bytes

unsigned char mcci_tweetnacl_sign_privatekey_t::bytes[64]

the private key value. Note that this is longer than the public key.

Definition at line 63 of file mcci_tweetnacl_sign.h.


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