-
Currently we use longs to store and calculate the balance for each user. This works fine as long as users do not attempt to gain the most money possible, in which case they can achieve the maximum val…
-
This typo https://github.com/awslabs/s2n-bignum/pull/95 should be caught by some CI test. Run an assembler, or similar(?). Or just verify that all files ensure that it's not used in an executable stac…
-
**Describe the bug**
We have an automated infrastructure system which builds nmap as a part of our spin-up. Today we noticed that it is now generating build errors repeatedly.
g++ -c -I./libline…
-
I am looking for steps to install Oldes/Rebol3 for someone who forgot just about everything about Rebol...
For instance:
1) download / have compiler
2) gh repo clone Oldes/Rebol3
3) download […
-
Hello! I'm trying to install the openassets-js with npm install openassets command
I'm getting this error:
make: Entering directory `/home/mario/projects/git/tuminium/node_modules/openassets/node_mo…
-
When `otbn_intg_err` got implemented it was explicitly used for injecting integrity errors to bignum registers. Therefore the arguments for the some tasks and functions are written for BigNum lengths…
-
Using these commands:
chmod a+x src/leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
I got this error:
`bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bi…
-
Make says:
CXX primitives/libbitcoinconsensus_la-transaction.lo
In file included from primitives/transaction.cpp:8:0:
./key.h:238:24: error: invalid use of incomplete type ‘BIGNUM {aka str…
-
On a 32-bit system:
```
> bignum(1).mul(0x100000000)
```
On a 64-bit system:
```
> bignum(1).mul(0x100000000)
```
Remember that javascript integers are 53 bits long! They are being truncated to…
-
* /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…