ecdsa-kotlin icon indicating copy to clipboard operation
ecdsa-kotlin copied to clipboard

Adds Secp256r1 curve and SHA512 hashing

Open carlonzo opened this issue 1 year ago • 0 comments

This PR is built on top of https://github.com/carterharrison/ecdsa-kotlin/pull/7. I will rebase once accepted and merged

Adds curve Secp256r1 (tested generating 2 keypairs locally using openssl. open for better idea or different test vectors). Parameters were copied from https://neuromancer.sk/std/secg/secp256r1#

Adds hashing sha512

carlonzo avatar Jun 02 '23 19:06 carlonzo