Type Alias wasefire_board_api::crypto::ecc::Int

source ·
pub type Int<N> = GenericArray<u8, N>;
Available on crate features internal-api-crypto and internal-api-crypto-ecc only.
Expand description

SEC-1 encoding of an N bytes integer.

Aliased Type§

struct Int<N> { /* private fields */ }