-
I did some timing comparison between the new BigInteger implementation and the jsbn javascript library. And it appears that the BigInteger implementation performances are terrible.
As example, to do …
-
Someone emailed me directly with substantial performance improvements to our [prime sieve implementation](https://github.com/JuliaLang/julia/blob/7f55b7548d7936fe74f65a7569557c0ec998cd94/base/primes.j…
-
-
-
I'm trying to get an add-with-carry on `digits` that gives me both the resulting sum, modulo `upper_bound limb_widths`, and a boolean indicating whether or not there's a carry in the most significant …
-
If an elliptic curve is initialiazed and then the function **prepare_monty** is called then the following elliptic curve computations will be wrong. Here an example of this bug:
```
int main(void) {
…
-
I'm building a server where I need to send signatures and public keys back and forth, in order for the client and server to verify each other's messages. I can send both PublicKeys and Signatures as B…
-
-
We now have something like eight different variants of reflected syntax: `Input.expr` and `Output.expr` in https://github.com/mit-plv/fiat-crypto/blob/jgross-phoas/src/Experiments/FancyMachineMontgome…
-
Needed
- Add - Hantao
- Print integer - Hantao
- Multiply - ?
- Modulo - Hantao