wolfcrypt-py/wolfcrypt
Robert de Vries 4813648e74 Add support for wcGetErrorString() including error codes.
It was already used, but not compiled in.
A unit test is added.

As wcGetErrorString() always returns a string the error handling
in class _Hmac  has been removed.
2026-04-12 22:10:36 +02:00
..
__init__.py Add missing import of WolfCryptError. 2026-04-08 16:15:46 +02:00
_version.py
asn.py
ciphers.py Remove check for None in RsaPrivate.make_key(). 2026-04-09 20:12:42 +02:00
exceptions.py
hashes.py Add support for wcGetErrorString() including error codes. 2026-04-12 22:10:36 +02:00
hkdf.py
pwdbased.py
random.py Prepare python interface for use of device_id callbacks. 2026-04-06 20:20:21 +02:00
utils.py