secp256k1_test::constants

Constant PUBLIC_KEY_SIZE

Source
pub const PUBLIC_KEY_SIZE: usize = 72;
Expand description

The size (in bytes) of a public key array. This only needs to be 65 but must be 72 for compatibility with the ArrayVec library.