RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
550 stars 153 forks source link

Add `u64_digit` feature #313

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Adds an on-by-default feature which enables num-bigint-dig/u64_digit.

Disabling this on 32-bit platforms (e.g. WASM) should improve performance.

Closes #252