A type that holds a blinded ECDH shared secret key. More...
#include <sw/device/lib/crypto/impl/ecc/ecdh_p384.h>
Data Fields | |
uint32_t | share0 [kP384CoordWords] |
uint32_t | share1 [kP384CoordWords] |
A type that holds a blinded ECDH shared secret key.
The key is boolean-masked (XOR of the two shares).
Definition at line 24 of file ecdh_p384.h.
uint32_t ecdh_p384_shared_key::share0[kP384CoordWords] |
Definition at line 25 of file ecdh_p384.h.
uint32_t ecdh_p384_shared_key::share1[kP384CoordWords] |
Definition at line 26 of file ecdh_p384.h.