botan3.py |
Python wrapper of the botan crypto library
https://botan.randombit.net
(C) 2015,2017,2018,2019,2023 Jack Lloyd
(C) 2015 Uri Blumenthal (extensions and patches)
(C) 2024 Amos Treiber, René Meusel - Rohde & Schwarz Cybersecurity
Botan is released under the Simplified BSD License (see license.txt)
This module uses the ctypes module and is usable by programs running
under at least CPython 3.x, and PyPy
It uses botan's ffi module, which exposes a C API.
|
96480 |