Sign in
boringssl
/
boringssl.git
/
2e565ef29f736ca7cb07bc56c0540e2d7e9f4ad4
/
.
/
rust
/
bssl-crypto
/
README.md
blob: dff669bcd82bba73172a3014e5d386b5889d2784 [
file
] [
log
] [
blame
] [
view
]
bssl
-
crypto
============
Rust
bindings to
BoringSSL
which wrap bssl
-
sys
.
Before
using
this
crate
,
first
[
set
up
`bssl-sys`
](../
bssl
-
sys
/
README
.
md
).
Then
to run all tests
:
```
cd rust/bssl-crypto && cargo clippy && cargo deny check && cargo test
```