Docs.rs
native-ossl-0.1.1
native-ossl 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
abbra
Dependencies
native-ossl-sys ^0.1.1
normal
Versions
99.57%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module util
native_
ossl
0.1.1
Module util
Module Items
Structs
Functions
In crate native_
ossl
native_ossl
Module
util
Copy item path
Source
Expand description
General-purpose utilities.
Structs
§
Secret
Buf
A heap buffer that is securely zeroed via
OPENSSL_cleanse
on drop.
Functions
§
ct_eq
Compare two byte slices in constant time, returning
true
iff they are equal.