RustCrypto / crypto-bigint

Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
Apache License 2.0
167 stars 45 forks source link

Decimal representation #609

Open ndavd opened 2 weeks ago

ndavd commented 2 weeks ago

I have two questions:

tarcieri commented 2 weeks ago

There's an open PR to add such support: #603