Sign in
boringssl
/
boringssl.git
/
a02b7435ca52b81c7cce656d577c8423b1cc4bb3
/
.
/
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
```