rustls-rustcrypto 0.0.2-alpha

Pure Rust cryptography provider for the Rustls TLS library using algorithm implementations from the RustCrypto organization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rustls-rustcrypto Validation

These are collection of crates that can be used to validate integration
between rustls and rustcrypto-rustcrypto provider under different targets.

| Crate            | Description                                      |
| :---             | :---                                             |
| consumer-no_std  | Basic consumer library aiming no_std environment |

These live in the workspace due to different dependency requirements between
tests where development-deps may pollute the integration under test.

This is aimed for internal validation without requiring further upstream
dependencies which are may or may not be in lock-step with current version of
rustls the provider targets in any given time.