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

Use `ConstZero` trait from `num_traits` #573

Closed tarcieri closed 7 months ago

tarcieri commented 7 months ago

Added in rust-num/num-traits#303