-
I'm encountering an issue with "hol.ml". Here are the details:
**Environment**
Hardware: mac m1
OS: MacOS Ventura
Ocaml: 4.14.1 and 5.1.0, both tested with the same issue
**Procedure**
**1…
-
Is there a convenient way to introduce arbitrary precision integers (bignum) in Janet? Perhaps through long strings?
-
[Bignums/cmp] should properly handle LLP64 mode
https://github.com/arturo-lang/arturo/blob/7bccfe0204d4abbd2cfd99df71928759f37a2b5b/src/helpers/bignums.nim#L196
```text
result = 1
# TODO(Bi…
-
[Helper/bignums] Is there any way *not* to use the GMP/MPFR library?
Right now, Arturo's BigNum handling capabilities are based exclusively on the GMP & MPFR libraries, and available only in the "ful…
-
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
-
Currently, the `vdf` crate is hard-coded to use GMP as its bignum library. There are many reasons one might want to use an alternative:
Licensing
GMP is LGPL3+/GPL2+, which is often undesirable…
-
[Issue moved from "discussion" [here](https://github.com/vlang/v/discussions/19291)]
Hi, I'm working with some big numbers operations. In other cases v is extremely faster than Python and close enoug…
-
Would there be a problem with implementing `Clone` for `BigNum`? I'm pretty sure I could go ahead and write the code if you were amenable to it, but I wanted to check first to make sure it would be a…
max-b updated
6 years ago
-
```
make[2]: Entering directory '/home/oppie/boinc/lib'
CXX crypt_prog-crypt_prog.o
crypt_prog.cpp: In function ‘int main(int, char**)’:
crypt_prog.cpp:129:27: warning: ‘RSA* RSA_new()’ is …
-
In my code ([https://github.com/poanetwork/vdf](/poanetwork/vdf)), I found myself in need of a trait that included pretty much everything that could be asked of a bignum: conversions from various size…