Constant secp256k1::constants::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.