pycryptodome/lib/Crypto/Signature
2025-03-19 21:11:52 +01:00
..
__init__.py Add Ed25519 keys and EdDSA signatures 2022-05-08 22:35:37 +02:00
DSS.py Remove the 'name' property from the curve info 2024-08-18 00:02:22 +02:00
DSS.pyi Fix type stubs for signatures 2019-11-05 17:14:31 +01:00
eddsa.py Fix 862: For hashEdDSA and Ed448, sign() and verify() modified the state of the XOF. 2025-03-19 21:11:52 +01:00
eddsa.pyi Fix type hint for new EdDSASigScheme function 2022-12-01 23:19:33 +01:00
pkcs1_15.py Avoid changing signature of RSA._decrypt() method if possible 2023-12-25 14:49:27 +01:00
pkcs1_15.pyi Fix type stubs for signatures 2019-11-05 17:14:31 +01:00
PKCS1_PSS.py Update to documentation 2015-07-19 19:12:47 +00:00
PKCS1_PSS.pyi GH#637: fix typing for legacy modules PKCS1_v1_5 and PKCS1_PSS 2022-12-11 22:37:47 +01:00
PKCS1_v1_5.py General cleanup, remove old constructs 2018-10-13 21:34:44 +02:00
PKCS1_v1_5.pyi GH#637: fix typing for legacy modules PKCS1_v1_5 and PKCS1_PSS 2022-12-11 22:37:47 +01:00
pss.py Avoid changing signature of RSA._decrypt() method if possible 2023-12-25 14:49:27 +01:00
pss.pyi GH#637: fix typing for legacy modules PKCS1_v1_5 and PKCS1_PSS 2022-12-11 22:37:47 +01:00