tree: ecb739dcf0c602440e78152191eafc75d38e66be [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. deny.toml
  4. README.md
rust/bssl-crypto/README.md

bssl-crypto

Rust bindings to BoringSSL which wrap bssl-sys. Before using this crate, first set up bssl-sys.

Then to run all tests:

cd rust/bssl-crypto && cargo clippy && cargo deny check && cargo test

Unlike BoringSSL itself, this crate does not attempt to handle allocation failures. If an allocation fails, functions in this crate will panic.