Crates.io | redc |
lib.rs | redc |
version | 0.1.0 |
source | src |
created_at | 2021-10-22 10:57:29.521451 |
updated_at | 2021-10-22 10:57:29.521451 |
description | Unsigned integer types which are constrained within a modular field using montgomery multiplication, never overflowing or exceeding the modulo |
homepage | |
repository | https://github.com/corrodedHash/redc-rs |
max_upload_size | |
id | 469276 |
size | 24,637 |
Construct modulo fields with Montgomery multiplication, improving performance of arithmetic after amortizing the overhead of setting up the Montgomery field.