1

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?

knocte
  • 14,579
  • 6
  • 67
  • 110

1 Answers1

2

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