expressvpn / wolfssl-sys

A low level Rust binding for WolfSSL
GNU General Public License v2.0
9 stars 5 forks source link

Support Post Quantum cryptography with liboqs #8

Closed expressvpn-pete-m closed 2 years ago

expressvpn-pete-m commented 2 years ago

This adds a new feature to the crated called postquantum. Enabling the feature will compile in liboqs (see README.md) which will give WolfSSL access to its various schemes.

Motivation and Context