Rust wrapper: document wolfSSL version requirement

This commit is contained in:
Josh Holtrop
2026-05-07 06:55:28 -04:00
parent 93db87e4ed
commit 0117baf011
+2
View File
@@ -3,6 +3,8 @@
The `wolfssl-wolfcrypt` crate is a Rust wrapper for the wolfCrypt cryptographic
algorithms portion of the wolfSSL C library.
This crate requires wolfSSL version 5.9.0 or newer.
## Installation
The `wolfssl` C library must be installed to be used by the Rust crate.