in src/crypto/openssl.rs [35:39]
fn from_raw(raw: &[u8]) -> Result<Self> { Ok(OpenSSLRemotePublicKey { raw_pub_key: raw.to_vec(), }) }