| Crates.io | cmpa |
| lib.rs | cmpa |
| version | 0.1.0 |
| created_at | 2025-06-04 10:19:43.022111+00 |
| updated_at | 2025-06-04 10:19:43.022111+00 |
| description | Multiprecision arithmetic primitives commonly needed for asymmetric cryptography |
| homepage | https://github.com/nicstange/cmpa-rs |
| repository | https://github.com/nicstange/cmpa-rs |
| max_upload_size | |
| id | 1700084 |
| size | 527,924 |
Pure Rust implementation of multiprecision arithmetic primitives commonly needed for asymmetric cryptography.
rustdoc comments are WIP.
[no_std]zeroize - implement traits from the
zeroize
crate.enable_arch_math_asm - Use (rather trivial) assembly
implementations for certain basic sinlge-word arithmetic
primitives. You most likely want to enable it for performance
reason, but it does introduce some unsafe{} blocks.