pub fn encode_pubkey(key: VerifyingKey) -> [u8; 64]
Expand description

Convert the publi key point to it’s uncompressed non-prefixed representation, i.e. 32 bytes of x coordinate and 32 bytes of y coordinate.