[go: up one dir, main page]

ring 0.17.3-alpha.1

Safe, fast, small crypto using Rust.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "std")]
#[test]
fn error_impl_std_error_error_test() {
    use ring::{error, test};
    test::compile_time_assert_std_error_error::<error::Unspecified>();
    test::compile_time_assert_std_error_error::<error::KeyRejected>();
}