-
As discussed with Jason by email, saturated solinas with equal base and bitwidth is currently not supported, but is being looked into. This issue is just opened to keep track of it's progress.
ghost updated
2 years ago
-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.9.0
### Custom code
Yes
### OS platform and distribution
…
-
This is a write-up of some work we did recently in BoringSSL. It addresses a long-standing timing leak in `BIGNUM`. Unfortunately, the issue is in a core `BIGNUM` invariant, so it won't be a small fix…
-
Currently, it is assumed that all hardware uses `u8` as the address unit, which is not universally true. However, this assumption is built into the language or to things fairly central to the language…
-
A content ERROR was logged by "Marcel Schütz" at the following url:
https://courses.voll-ki.fau.de/course-view/lbs?slideNum=4&viewMode=SLIDE_MODE&audioOnly=false§ionId=af80fa4c
## The issue as d…
-
Is there some other issue for this? I tried to use `FStar.Integers` vs hacl\*'s `Spec.Lib.IntTypes`.
- `Integers` lacks many arithmetic functions, and involve extra annotations. For instance, all t…
-
1. NumPy
2. Pandas
3. Scipy
4. matplotlib
5. Patsy
6. Sympy
7. Plotly
8. statsmodels
9. ADiPy
10. matalg27
11. mplstyler
12. Scikit-image
13. Scikit-learn
14. Gnuplot.py
15. NetworkX
1…
-
There are a few oddities on both JVM and JS for Integer ranges that are either:
1) Longer than maxIntegerValue, or
2) Extend beyond min/maxIntegerValue
Perhaps both of the following should throw, si…
-
**Is your feature request related to a problem? Please describe.**
It's related to trying to make ghidra work with the Andes "EX9.IT" instruction: https://github.com/NationalSecurityAgency/ghidra/dis…
-
We discovered this issue while working on #322
The felt library we are using "github.com/consensys/gnark-crypto/ecc/stark-curve/fp" already has a `Sqrt` method but the output is not consistent with…