[−][src]Module accumulator::uint
Zero-allocation U256 and U512 types built on GMP. We created this module specifically for our use case of implementing primality checking over 256-bit integers, but it may be worth polishing a bit for more general use.
Obviously there are a lot of unsafe
blocks to work with GMP. Take care when using this module
because there may be bugs we did not catch.
TODO: Benchmark our U256 vs. 256-bit rug::Integer
vs. Parity U256.
Structs
U256 | |
U512 |
Functions
u256 | |
u512 |