0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test vectors for Curve448 More... 10 months ago
Check weak points on Curve448 More... 10 months ago
mont_new_from_bytes() can take numbers larger than the modulus More... 10 months ago
Initial Curve448 implementation More... 10 months ago
Add curve25519_perf More... 10 months ago
Add mont_new_from_uint64() More... 10 months ago
Rename mont_from_bytes() to mont_new_from_bytes() More... 10 months ago
Rename mont_random_number() to mont_new_random_number() More... 10 months ago
Rename mont_number() to mont_new_number() More... 10 months ago
Update ecc.rst More... 10 months ago
Reduce scope of loop variables in `ec_ws.c` More... 10 months ago
Avoid null pointer dereference in `md2_digest` More... 10 months ago
GH#819: import ECPrivateKey also if [0] and [1] are not present More... 10 months ago
Update Changelog More... 10 months ago
Add 'curve' attribute to EccPoint and EccXPoint classes More... 10 months ago
Remove the 'name' property from the curve info More... 10 months ago
Fix EdDSA test More... 10 months ago
Rename curve info field 'desc' to 'canonical' More... 10 months ago
In ECC, drive logic with enums, not strings More... 10 months ago
Fix API table width More... 10 months ago
Fix ECC table More... 10 months ago
Clarify which name attribute 'curve' of EccKey takes More... 10 months ago
Fix ec_ws_free_context() More... 10 months ago
Fix mypy problem More... 10 months ago
Set py-limited-api dynamically More... 11 months ago
Test with Python 3.13-NOGIL More... 11 months ago
Start building also with latest 3.13 More... 11 months ago
Split the ECC logic into multiple files More... 11 months ago
Resolve `invalidPrintfArgTypeError`-like warnings More... 11 months ago
Fix typo in `api.rst` More... 11 months ago