pub type PubkeyBytes = [u8; 33];Trait Implementations§
Source§impl Address for PubkeyBytes
Array of input bytes is interpreted as a compressed public key encoded with encoding described
in SEC 1: Elliptic Curve Cryptography (Version 2.0) section
2.3.3 (page 10).
impl Address for PubkeyBytes
Array of input bytes is interpreted as a compressed public key encoded with encoding described in SEC 1: Elliptic Curve Cryptography (Version 2.0) section 2.3.3 (page 10).