rtc-crypto 0.21.0-alpha.1

Provider-neutral cryptography for the webrtc-rs RTC stack
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "crypto-aws-lc-rs")]
mod aws_lc_rs;
#[cfg(feature = "crypto-ring")]
mod ring;

#[cfg(feature = "crypto-aws-lc-rs")]
pub use aws_lc_rs::{AwsLcRsCrypto, AwsLcRsProvider, AwsLcRsRandom};
#[cfg(feature = "crypto-ring")]
pub use ring::{RingCrypto, RingProvider, RingRandom};