-
```
% ruby --version
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
irb(main):001:0> require 'edn'
/usr/local/lib/ruby/gems/2.4.0/gems/edn-1.1.1/lib/edn/core_ext.rb:97: warning: co…
-
See https://github.com/ewasm/design/issues/189
It would be useful for benchmarking.
@chfast for this we need to include intx. Can we include it as a cmake project or we need to submodule it?
-
The BIGNUM library defaults to a non-constant time implementation of various operations. Where we want to force a constant time implementation we have to remember to set the BN_FLG_CONSTTIME flag. Exp…
-
Currently you can declare ghost variables with ```declare_ghost_state``` and assert things about their values with ```llvm_ghost_value```, ```mir_ghost_value```, etc.
This creates the following lim…
-
hi,
I tried to build on debian 9, but the library dependencies are now out of date - the? boost/openssl issue, I could try but it I'm doubtful - I think it's the same issue as: https://github.com/b…
-
I can't seem to completely reproduce my steps...
I started at ...
[ICO Analytics on Twitter: "Agoric, a JavaScript smart contract platform, has opened applications to their incentivized testnet\…
-
Move from Bigint to [Bignum](https://github.com/justmoon/node-bignum), which has the same API but uses openssl as a dep instead of libgmp.
-
I am not sure how feasible the following changes are given that the `bn_*` functions might already be being used downstream, but let's see what we can do. The bignum functions have a very inconsistent…
-
### Problem:
All currently existing releases of the `aws-lc-fips-sys` crate failed to build their [documentation on docs.rs](https://docs.rs/crate/aws-lc-fips-sys/latest). The error seems to indica…
-
Noticed that ``fixnum-`` is a little too close to words like ``fixnum-bitor``... perhaps we change all the math words like this?
```
fixnum* => fixnum-mul
fixnum+ => fixnum-add
fixnum+fa…