MCCI TweetNaCl
TweetNaCl library adapted for embedded use
mcci_tweetnacl_curve25519_group_element_t Struct Reference

curve25519 group element More...

#include <mcci_tweetnacl_scalarmult.h>

Data Fields

unsigned char bytes [32]
 bytes of the group element More...
 

Detailed Description

curve25519 group element

See also
https://nacl.cr.yp.to/scalarmult.html

Definition at line 52 of file mcci_tweetnacl_scalarmult.h.

Field Documentation

◆ bytes

unsigned char mcci_tweetnacl_curve25519_group_element_t::bytes[32]

bytes of the group element

Definition at line 55 of file mcci_tweetnacl_scalarmult.h.

Referenced by mcci_tweetnacl_scalarmult_curve25519(), and mcci_tweetnacl_scalarmult_curve25519_base().


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