tree: f98c7ede791bd13cdcfbcc9efd810e26df3db902 [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