wolfcrypt-py/wolfcrypt
Robert de Vries 18701e3b62 Use format specifiers instead of percent format.
printf-style string formatting has a number of quirks, and leads to less
readable code than using str.format calls or f-strings.
In general, prefer the newer str.format and f-strings constructs over
printf-style string formatting.
2026-05-17 16:14:52 +02:00
..
_ffi Addressed various review comments. 2026-04-20 22:37:07 +02:00
__init__.py Merge pull request #110 from roberthdevries/special-wc-api-retval-exceptions 2026-05-08 15:59:50 -07:00
_version.py Prepare for v5.8.4 release 2026-01-07 17:00:04 -07:00
asn.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
ciphers.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
exceptions.py Raise specialized WolfCryptApiError for failed API calls. 2026-04-24 22:01:02 +02:00
hashes.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
hkdf.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
pwdbased.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
random.py Use format specifiers instead of percent format. 2026-05-17 16:14:52 +02:00
utils.py Addressed various review comments. 2026-04-20 22:37:07 +02:00