#integer #experimental #fixed-size #operations #multi-limb

nightly no-std dark-integers

Experimental fixed-size multi-limb integer library

1 unstable release

0.0.1 Apr 2, 2021

#103 in #fixed-size

MIT license

10KB
260 lines

This is an experimental crate for generic constant-time multi-limb integer operations. Requires nightly Rust supporting const_fn, const_generics, and const_evaluatable_checked to compile.

Dependencies

~190KB