-
## links
* https://en.wikipedia.org/wiki/List_of_arbitrary-precision_arithmetic_software
## nim
* [Add bigints to standard library · Issue #14696 · nim-lang/Nim](https://github.com/nim-lang/Nim/i…
-
I'm using instructions: https://github.com/eXperiencePoints/XPCoin/blob/develop/doc/build-unix.txt
XPCoin fails to build on BigNum
```root@debian9:~/XPCoin/src# make -f makefile.unix -e PIE=1
g++…
-
Hey all,
Having issues using bignum (and libraries depending on it) on windows. Whenever I try to install its looking for an openssl library in a static location that doesn;t exist. I have tried in…
-
The differential fuzzer [cryptofuzz](https://github.com/guidovranken/cryptofuzz) runs bignum calculations with multiple libraries and checks that they don't corrupt the memory and they obtain the same…
-
Error compiling, bignum.h refers to BN_init, which is in bn.h (OpenSSL).
Trying to compile against OpenSSL version 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2n 7 Dec 2017), still getting this error.…
-
I am trying to compile and install pCloud CLI in a RaspberryPI, but it throws a compilation error:
`cci: error : unrecognized -mtune target: core2`
When I change mtune parameter in the Makefiles …
-
## Description
When using the `impl_modulus!` macro with U3072 and bigger types, the `R2` constant computation takes several seconds. The Rust compilers version >= 1.73 with an error. In some case…
-
Have you considered adding support for a library such as
https://github.com/jtobey/javascript-bignum
in order to overcome JS's IEEE 754 limitations?
-
```
# default.nix
let
pkgs = import ./nix/pkgs.nix;
in pkgs.haskell-nix.project {
src = "";
compiler-nix-name = "ghc901";
modules = [
{
packages.ghc-bignum.components.libr…
-
Hi
Square root not supported by OpenSSL is a bit annoying but having the dummy interface that doesn't do anything else than print an error message is quite useless. Here is a dummy Newton-like impl…
rinne updated
7 years ago