blackshirt / asn1

Abstract Syntax Notation One (ASN.1) module in pure V Language
MIT License
7 stars 0 forks source link

A question about a new crypto module I wrote #12

Open medvednikov opened 4 days ago

medvednikov commented 4 days ago

Hey blackshirt,

Sorry, I got no other way to contact you :) You can write me to alexander [at] vlang.io

I wrote ecdsa module on top of openssl (for performance), can you please have a look when you have a minute:

https://github.com/vlang/v/tree/master/vlib/crypto/ecdsa

Benchmarks (comparing to C and Go):

https://github.com/vlang/v/tree/master/bench/crypto/ecdsa

blackshirt commented 4 days ago

greats to see it finally happens, i look into it, is it going to support other curve, likes the go one ? like secp521r1 i reply it in discord