ecc_int256_t

Type Alias ecc_int256_t 

Source
pub type ecc_int256_t = _ecc_int256;
Expand description

A 256 bit integer

All functions of libuecc treat \ref ecc_int256_t as unsigned little-endian.

Aliased Type§

#[repr(C)]
pub union ecc_int256_t { pub p: [u8; 32], }

Fields§

§p: [u8; 32]

Data bytes