ChickenTicket
ChickenTicket copied to clipboard
Minerva timing attack on P-256 in python-ecdsa
https://github.com/Aareon/ChickenTicket/security/dependabot/17
Replace python-ecdsa
dependency with alternative.
In the process of removing the python-ecdsa
dependency, I will also remove the pycryptodome
dependency, in lieu of the cryptography
package, which features ecdsa
signing and blake2s
.
Problem being, cryptography
does not support seed-based key generation. Research needed.