Software APIs
Data Fields
p256_ecdh_shared_key Struct Reference

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

#include <sw/device/lib/crypto/impl/ecc/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 107 of file p256.h.

Field Documentation

◆ share0

uint32_t p256_ecdh_shared_key::share0[kP256CoordWords]

Definition at line 108 of file p256.h.

◆ share1

uint32_t p256_ecdh_shared_key::share1[kP256CoordWords]

Definition at line 109 of file p256.h.