Can I create a bitcoin wallet with SecurityDriven.Net/Inferno library?

205 Views Asked by At

I see that SecurityDriven.NET/Inferno is a minimalistic & safe approach to cryptography in .NET, especially compared to BouncyCastle.

Does it provide enough algorithms to create a simple bitcoin wallet?

1

There are 1 best solutions below

2
On

Base58 encoder/decoder is not in Inferno. More importantly, Inferno uses NIST P-384 elliptic curve, while bitcoin uses Secp256k1 elliptic curve.