rustls-graviola 0.3.1

graviola is a modern, fast cryptography library
Documentation

Latest release Documentation

This crate provides an integration between rustls and Graviola.

Use it like:

rustls_graviola::default_provider()
    .install_default()
    .unwrap();

And then use rustls as normal.

License: Apache-2.0 OR ISC OR MIT-0