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