pub const PUBLIC_KEY_SIZE: usize = 72;
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.
ArrayVec