Searched refs:public (Results 1 – 3 of 3) sorted by relevance
93 let public = p256::PublicKey::from_sec1_bytes(pub_key.as_ref())?; in elliptic_curve_pre_master_secret() localVariable95 return Ok(secret.diffie_hellman(&public).raw_secret_bytes().to_vec()); in elliptic_curve_pre_master_secret()100 let public = p384::PublicKey::from_sec1_bytes(pub_key.as_ref())?; in elliptic_curve_pre_master_secret() localVariable102 return Ok(secret.diffie_hellman(&public).raw_secret_bytes().to_vec()); in elliptic_curve_pre_master_secret()110 let public = x25519_dalek::PublicKey::from(pub_key); in elliptic_curve_pre_master_secret() localVariable112 return Ok(secret.diffie_hellman(&public).as_bytes().to_vec()); in elliptic_curve_pre_master_secret()
8 * Make RTCRtpCodecCapability::payloader_for_codec public API [#349](https://github.com/webrtc-rs/we…135 …recv`. The desired direction can be controlled with the newly introduced public method `set_direct…144 * Improve data channel id negotiation. We've slightly adjust the public interface for creating pre-…
138 …Rust language community and has been used for both the compiler and many public libraries since (s…