rustls-cng-crypto 0.0.2-docs

Rustls crypto provider for CNG
Documentation
1
2
3
4
5
6
7
8
9
10
# rustls-cng-crypto

A [rustls Crypto Provider](https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html) for Windows that uses [CNG](https://learn.microsoft.com/en-us/windows/win32/seccng/about-cng) for cryptographic operations.

See the [documentation](https://docs.rs/rustls-cng-crypto) for supported cipher suites and algorithms.

[![crates.io](https://img.shields.io/crates/v/rustls-cng-crypto?style=flat-square&logo=rust)](https://crates.io/crates/rustls-cng-crypto)
[![Build Status](https://github.com/tofay/rustls-cng-crypto/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tofay/rustls-cng-crypto/actions/workflows/ci.yml?query=branch%3Amain)
[![Documentation](https://docs.rs/rustls-cng-crypto/badge.svg)](https://docs.rs/rustls-cng-crypto/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Coverage Status (codecov.io)](https://codecov.io/gh/tofay/rustls-cng-crypto/branch/main/graph/badge.svg)](https://codecov.io/gh/tofay/rustls-cng-crypto/)