fn as_raw()

in src/crypto/openssl.rs [50:52]


    fn as_raw(&self) -> Result<Vec<u8>> {
        Ok(self.raw_pub_key.to_vec())
    }