-
There seems to be an incorrect shadowing when splicing a fast exponentiation macro. Using the following `power.ml` file:
```ocaml
type (_, _) fmt =
Int : (int -> 'a, 'a) fmt
| Lit : string -…
-
Discussions around this proposal have shown that extending `Math` functions with BigInt support is difficult (e.g.: transcendental functions are intractable; `max`/`min` run into surprisingly difficul…
-
Looks like the latest version of fluent bit also has lot of security Vulnerabilities. Is there any action towards patching these?
```
fluent/fluent-bit:latest (debian 9.11)
========================…
-
(This is reduced from a more "practical" example)
Given `test.c`:
```c
#if 1
#define LBRACE() if(true) {
#else
#define LBRACE() if(false) {
#endif
#define RBRACE() }
#define BRACE1(p) \
…
-
I'm writing a cryptographic library and ran into an issue what I believed is my lack of understanding of crystal as a programming language. but I failed to find out how to properly do a modular expone…
-
Hi I want to contribute to this project by adding some python algorithme.This is my first contribution so let me know if I did something wrong!
-
WDYT? Is this publication in scope?
```
@article{Barenghi_2016,
author = {Barenghi, Alessandro and Bertoni, Guido M. and Breveglieri, Luca and Pelosi, Gerardo and Sanfilippo, Stefano and Susella, Rug…
aewag updated
2 weeks ago
-
The DSA timing test in DsaTest.testTiming() (and the equivalent ECDSA test) currently looks for small k values that are correlated with short timings. I would like to suggest the following enhancement…
-
_edited: Field == Modular arithmetic for prime modulus only_
Some ideas of modular arithmetic design.
Many algorithms are only applicable to prime moduli (Legendre symbol, Fermat's Little Theore…
-
Right now, the `with-modulus` environment sets a modulus and this is the same modulus for all operations inside the environment. However, I think that the modulus should change when exponentiation is …