Software APIs
Data Fields
p384_ecdh_shared_key Struct Reference

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

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

Data Fields

uint32_t share0 [kP384CoordWords]
 
uint32_t share1 [kP384CoordWords]
 

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

Field Documentation

◆ share0

uint32_t p384_ecdh_shared_key::share0[kP384CoordWords]

Definition at line 108 of file p384.h.

◆ share1

uint32_t p384_ecdh_shared_key::share1[kP384CoordWords]

Definition at line 109 of file p384.h.