xandronus / NCryptoLib

Crypto Algorithms for DotNet Core
MIT License
0 stars 1 forks source link

Investigate ms secp256k1 #1

Open xandronus opened 4 years ago

xandronus commented 4 years ago

https://github.com/dotnet/corefx/issues/29057

what I've been told was "ECCurve.CreateFromValue("1.3.132.0.10") works in the meantime, on platforms which support that curve."

https://github.com/uchaindb/Cryptography.EcDsa.Secp256k1

xandronus commented 4 years ago

appears uchaindb uses this under the hood for secp256k1 https://github.com/Chainers/Cryptography.ECDSA