-
@herumi
first of all, thank you for your contribution to this library. like many other projects, Harmony has been utilizing your library for block signing using bls. I am a developer at harmony and …
-
Is there any chance of getting hash to scalar implemented?
https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-10.html#section-5-4
The hash_to_field function is also suitable for securel…
-
TypeError: Cannot convert a BigInt value to a number
at Math.pow ()
at Object.../../../../webuy/uniapp/mui1/mui1/node_modules/noble-bls12-381/math.js (pages-wallet-setPwd.js:4330)
at __…
-
#### System information
PlatON version: `0.13.1_alpha`
OS & Version: OSX
Build with Docker failed:
```cmd
docker build .
```
#### Backtrace
````
Step 1/9 : FROM golang:1.11-alpine as …
-
### Description
I followed instructions [here](https://github.com/filecoin-project/phase2-attestations/blob/master/README.md#participant-machine-setup) to prepare for phase2 trusted-setup.
```
…
-
This issue tracks Zebra's progress implementing the entire Zcash protocol specification, indexed by spec section.
A checkbox means that that part of the specification describes something to impleme…
-
# Eth2 Call 70 Agenda
[prev: call 69](https://github.com/ethereum/eth2.0-pm/issues/229)
Meeting Date/Time: Thursday 2021/08/12 at 14:00 GMT
Meeting Duration 1.5 hours
[Live stream](https://you…
-
### Description
As an user, I want to run up a Besu node with discovery-enabled set to true, but after a few errors, it crashes.
But when it is set to false, the errors continues…
-
This is a spin-off discussion from ethereumjs/ethereumjs-util#195 which aims to assess whether it makes sense to use Wasm modules for crypto.
The arguments for this approach being that WebAssembly …
-
If you're rewriting the library, I think it makes sense to switch to built-in JS Big ints. Every major browser and node version supports it. Folks who want to support older browsers can use older web3…