.. |
__init__.py
|
Add Ed25519 keys and EdDSA signatures
|
2022-05-08 22:35:37 +02:00 |
__init__.pyi
|
Move stubs besides source code files
|
2018-11-23 23:07:14 +01:00 |
_curve.py
|
Check weak points on Curve448
|
2024-09-08 14:08:40 +02:00 |
_edwards.py
|
Remove the 'name' property from the curve info
|
2024-08-18 00:02:22 +02:00 |
_montgomery.py
|
Check weak points on Curve448
|
2024-09-08 14:08:40 +02:00 |
_nist_ecc.py
|
Remove the 'name' property from the curve info
|
2024-08-18 00:02:22 +02:00 |
_openssh.py
|
Add import of RSA keys in new OpenSSH format
|
2019-08-26 23:04:07 +02:00 |
_openssh.pyi
|
Update typing information
|
2019-08-26 23:04:43 +02:00 |
_point.py
|
Initial Curve448 implementation
|
2024-09-08 14:08:40 +02:00 |
_point.pyi
|
Add 'curve' attribute to EccPoint and EccXPoint classes
|
2024-08-18 13:26:00 +02:00 |
DSA.py
|
Fix parameter check in DSA construction
|
2021-10-03 20:44:50 +02:00 |
DSA.pyi
|
Add method public_key() to RSA objects
|
2020-11-15 21:41:51 +01:00 |
ECC.py
|
Fix typos in docs
|
2025-03-16 16:30:46 +01:00 |
ECC.pyi
|
GH#819: import ECPrivateKey also if [0] and [1] are not present
|
2024-08-18 14:51:48 +02:00 |
ElGamal.py
|
Make code base suitable for Python 2 and 3 - stop using 2to3
|
2018-11-04 15:04:23 +01:00 |
ElGamal.pyi
|
Update typing information
|
2019-08-26 23:04:43 +02:00 |
RSA.py
|
Support the import of RSA keys with PSS OID
|
2024-06-16 20:13:43 +02:00 |
RSA.pyi
|
Update typing for RSA and ECC
|
2024-01-08 20:04:49 +01:00 |