Sign in
boringssl
/
boringssl.git
/
2aae3f58b42e75690f28853f712a2e204857b7f6
/
.
/
rust
/
bssl-crypto
/
README.md
blob: dff669bcd82bba73172a3014e5d386b5889d2784 [
file
] [
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
```