-
[fiat-crypto](https://github.com/mit-plv/fiat-crypto) could be used to generate known constant-time and correct finite-field arithmetic for selected primes which could the be used in the codegen subpa…
-
```
the idea is to provide a Lua alternative to depending on a C bignum library for
getting/setting/printing bignums and big (16-18digit) decimals.
```
Original issue reported on code.google.com by…
-
Fedora 40+ has openssl-3.2 which seems to break HsOpenSSL unfortunately: though it looks like just deprecated macros.
Here is some of the buildlog:
```
⬢ fedora41~$ cabal install HsOpenSSL
Res…
juhp updated
3 months ago
-
At present, functions in WordLang always return one value (of type `word_loc`).
This PR is about making it possible to return multiple values (of type `word_loc`) on each function return. The impl…
-
* /cc @kaushalmodi to avoid confusion with the fork https://github.com/kaushalmodi/bignum that's already published on nimble, either this package or https://github.com/kaushalmodi/bignum should rename…
-
#### 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…
-
Hi,
I've faced with the issue that Generating Transactions example is outdated. https://github.com/Emurgo/cardano-serialization-lib/blob/master/doc/getting-started/generating-transactions.md
Some …
-
```
Build system information
error: Multiple commands produce '/Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-fwblqpeafqdujudzcrekwjysptwu/Build/Products/Debug-iphonesimulator/include/do…
-
### Aim
Using the following function
```noir
pub fn from_byte_be_to_fields(x: [u8; NBytes]) -> [Field; N] {
let mut result = [0 as Field; N];
let mut limb: Field = 0;
let mut k = 0;
…
-
Hi,
I'm getting the following error when trying to build the wallet on an opensuse Tumbleweed system. I don't think I'm missing a dependency maybe it is due to newer libraries versions on my system (…