MCCI TweetNaCl
TweetNaCl library adapted for embedded use
mcci_tweetnacl_sign_publickey_t Struct Reference

Public Key for TweetNaCl sign operations. More...

#include <mcci_tweetnacl_sign.h>

Data Fields

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

Detailed Description

Public Key for TweetNaCl sign operations.

Definition at line 53 of file mcci_tweetnacl_sign.h.

Field Documentation

◆ bytes

unsigned char mcci_tweetnacl_sign_publickey_t::bytes[32]

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

Definition at line 56 of file mcci_tweetnacl_sign.h.

Referenced by mcci_tweetnacl_sign_open().


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