summaryrefslogtreecommitdiffstats
path: root/openpgp/README.md
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-03-08 11:21:41 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-03-08 13:06:44 +0100
commit336a1562bfe3ad5fe32b5e3017c88197f5bad0fa (patch)
treeec7f433a8ab5cf97a508848c38be5cc6ae9685cf /openpgp/README.md
parent07bb232c30851bff0b0f315fbc088af6f8e6911a (diff)
openpgp: Add a new backend based on the Botan cryptographic library.
Diffstat (limited to 'openpgp/README.md')
-rw-r--r--openpgp/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index fcaaed89..ecf3eb61 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -80,6 +80,12 @@ at compile time. Currently, these libraries are available:
`default-features = false`, and explicitly include the
`crypto-openssl` feature to enable it.
+ - The Botan backend. To select this backend, use
+ `default-features = false`, and explicitly include the
+ `crypto-botan` feature to enable it.
+
+ **Note**: Using the Botan backend raises the MSRV to 1.64.
+
- The Windows Cryptography API: Next Generation (CNG). To select
this backend, use `default-features = false`, and explicitly
include the `crypto-cng` feature to enable it. Currently, the CNG