Crates.io | dark-integers |
lib.rs | dark-integers |
version | 0.0.1 |
source | src |
created_at | 2021-04-02 01:25:59.95832 |
updated_at | 2021-04-02 01:25:59.95832 |
description | Experimental fixed-size multi-limb integer library |
homepage | |
repository | https://github.com/fjarri/dark-integers |
max_upload_size | |
id | 377234 |
size | 12,462 |
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.