Function eth_types::sign_types::pk_bytes_le
source · pub fn pk_bytes_le(pk: &Secp256k1Affine) -> [u8; 64]
Expand description
Return the secp256k1 public key (x, y) coordinates in little endian bytes.
pub fn pk_bytes_le(pk: &Secp256k1Affine) -> [u8; 64]
Return the secp256k1 public key (x, y) coordinates in little endian bytes.