-
### Package URl
pkg:maven/com.ionspin.kotlin/bignum@0.3.9
### CPE
`cpe:2.3:a:bignum_project:bignum:0.3.9:*:*:*:*:*:*:*`
### CVE
CVE-2022-25324
### ODC Integration
{"label"=>"Gradle Plugin"}
##…
-
~We could do with a collection of `main` functions, each of which tests a single method of bignum, to catch if we cause constraint regressions in any one of bignum's methods.~ Alternative suggested by…
-
We can move this code into https://github.com/noir-lang/noir-bignum to have the library and the code necessary to generate it in the same place.
This will allow us to have CI which ensures that the…
-
OpenSSL 3.0.15 (system provided)
Observed recently when upgrading to newer OpenSSL (to 3.0.15 from 1.01) that I now have to set the 'd' parameter for EVP_PKEY_decrypt() to work (RSA). The 'crt' par…
-
I am definitely splitting hairs here, but technically, the arithmetic functions do not use bignums (as the nums are converted into `long`s for the operations and then back into nums), which slightly d…
-
## Issue Description
**Compiling a Nargo program with the latest compiler version (`v0.36.0`) results in 8 errors when using `zkmail.nr` as a dependency (version `v0.3.2`). However, reverting to comp…
-
#### Pimatic version :
0.9.42
#### Plugin version :
0.1.17
#### Problem / Feature :
During the installation of the tradfri plugin an error occurs and the installation stops.
#### Expected…
-
Noticed this in `noir-bignum` but will add a smaller repro later.
The `Test2048Params` struct is never constructed within the library and should not be exposed as public:
https://github.com/noir-l…
-
Define a Numbers type which is equal to `math/big` in Go for arbitrary precision numbers.
-
The current version of the CakeML compiler has a bignum library
that is generic for all targets and is implemented as part of
`data_to_word`. Version 1 of the compiler had a better bignum library,
…