MCCI TweetNaCl
TweetNaCl library adapted for embedded use
|
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... | |
Private Key for TweetNaCl sign operations.
Definition at line 60 of file mcci_tweetnacl_sign.h.
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.