simplito / elliptic-php

Fast, general Elliptic Curve Cryptography library. Supports curves used in Bitcoin, Ethereum and other cryptocurrencies (secp256k1, ed25519, ..)
MIT License
220 stars 52 forks source link

Testing with Wycheproof #2

Open thaidn opened 6 years ago

thaidn commented 6 years ago

Hi!

Project Wycheproof provides thousands of test vectors that have uncovered a lot of bugs in popular crypto libraries. Have you considered running it against this library?

Thanks!

ldudzsim commented 6 years ago

Good idea!