Friedel Ziegelmayer
Friedel Ziegelmayer
There is a new paper on "Optimized Binary GCD for Modular Inversion" from Thomas Pornin > Abstract: In this short note, we describe a practical optimization of the well-known extended...
This happens on every startup atm
Extracted from https://github.com/RustCrypto/RSA/pull/104#discussion_r676037649
I'm moving karma-runner/karma#377 here, for a fresh start.
I was trying to test out the `avx512ifma` backend, but getting the following error Building with ``` > RUSTFLAGS="-C target_feature=+avx512ifma" cargo +nightly bench --no-default-features --features=std,simd_backend ``` ``` LLVM ERROR: Cannot...
I had the need for this and have a variant that works well for positive numbers here, if there is interest: https://github.com/dignifiedquire/rust-rsa/blob/master/src/math.rs#L118
I have an implementation of the which I could PR if there is interest. It really belongs in here as the algorithm requires access to the raw digits, which are...
Started to add the missing functionality to eventually match with `std::fs::File`. This is my first time working with ringbahn and its internals, so this might have horrible issues.