RustCrypto / crypto-bigint

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

Add impls for fmt::Binary #601

Closed andrewwhitehead closed 4 months ago

andrewwhitehead commented 4 months ago

This was only implemented for Wrapping<T> and NonZero<T> (where T: Binary).