Skip to main content

import_public_key_raw

Function import_public_key_raw 

Source
pub async fn import_public_key_raw(
    raw: impl Into<Vec<u8>>,
) -> Result<AgreementPublicKey, Error>
Expand description

Import a peer’s raw 32-byte public key (RFC 7748’s little-endian u-coordinate).