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