pub fn pk_bytes_le(pk: &Secp256k1Affine) -> [u8; 64]
Expand description

Return the secp256k1 public key (x, y) coordinates in little endian bytes.