Software APIs
Data Fields
ecdh_p256_shared_key Struct Reference

A type that holds a blinded ECDH shared secret key. More...

#include <sw/device/lib/crypto/impl/ecc/ecdh_p256.h>

Data Fields

uint32_t share0 [kP256CoordWords]
 
uint32_t share1 [kP256CoordWords]
 

Detailed Description

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_p256.h.

Field Documentation

◆ share0

uint32_t ecdh_p256_shared_key::share0[kP256CoordWords]

Definition at line 25 of file ecdh_p256.h.

◆ share1

uint32_t ecdh_p256_shared_key::share1[kP256CoordWords]

Definition at line 26 of file ecdh_p256.h.