          MODULE=Botan3
         VERSION=3.10.0
          SOURCE=${MODULE%*3}-$VERSION.tar.xz
      SOURCE_URL=https://botan.randombit.net/releases/
      SOURCE_VFY=sha256:fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%*3}-$VERSION
        WEB_SITE=https://botan.randombit.net/
         ENTERED=20230713
         UPDATED=20251107
           SHORT="Crypto and TLS for C++11"

cat << EOF
Botan (Japanese for peony) is a cryptography library written in C++11 and
released under the permissive Simplified BSD license.

It contains TLS client and server implementation, X.509 certificates, ECDSA,
AES, GCM, ChaCha20Poly1305, McEliece, bcrypt and other useful tools.
EOF
