rustls-graviola

Crates.iorustls-graviola
lib.rsrustls-graviola
version0.2.0-alpha.0
sourcesrc
created_at2024-09-27 20:03:31.834371
updated_at2024-10-27 19:40:55.616166
descriptiongraviola is a modern, fast cryptography library
homepage
repositoryhttps://github.com/ctz/graviola/
max_upload_size
id1389118
size77,694
Joe Birr-Pixton (ctz)

documentation

README

rustls-graviola

Graviola

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

Commit count: 238

cargo fmt