https://github.com/robstradling/ecdsa_malleability
Modify an X.509 certificate with an ECDSA signature: (r, s) => (r, −s (mod n))
https://github.com/robstradling/ecdsa_malleability
Last synced: 8 months ago
JSON representation
Modify an X.509 certificate with an ECDSA signature: (r, s) => (r, −s (mod n))
- Host: GitHub
- URL: https://github.com/robstradling/ecdsa_malleability
- Owner: robstradling
- License: mit
- Created: 2021-11-08T12:39:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T12:42:03.000Z (over 4 years ago)
- Last Synced: 2025-01-16T12:52:04.559Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecdsa_malleability
Modify an X.509 certificate with an ECDSA signature: (r, s) => (r, −s (mod n))