-
I'm trying to build the library using the steps described in the readme, but it fails with the following error message:
```
[ 97%] Building CXX object src/CMakeFiles/runbench.dir/test-bench.cpp.o
…
-
**Describe the bug**
The libraries obtained via `install-rust-fil-proofs.sh` and `install-bls-signatures.sh` appear to be invalid.
**To Reproduce**
Steps to reproduce the behavior:
1. `FILECOIN_…
-
# Group elements
* option 1: use pairing lib's (zkcrypto) internal method to convert a group element into a byte array.
* option 2: follow BLS standard
Decision: following BLS stand. Use bls librar…
-
Although we are not implementing the SNARK circuit at the moment, we should make sure that we're using a hash function that is SNARK-friendly enough, so that we can batch multiple epochs.
It seems …
-
We can link out to the threshold ECDSA yellowpaper, but it's worth describing signing at a high-level.
Bare minimum, we should explain
- [x] Threshold signature schemes
- [x] Threshold ECDSA
- […
-
### Specification
If `block.number >= CONSTANTINOPLE_FORK_BLKNUM`, the gas cost for the following precompiles is reduced:
* `ECMUL`: reduced from 40000 to 10000
* `GPAIRINGBASE`: reduced from 1…
-
### Description
We now have no hard requirement for the rust toolchain since the merge of the precompiled bls work (#2368), at least this is my understanding now.
However, we currently have to o…
-
Dependent on https://github.com/maidsafe/routing/issues/1668 and RMD impl: https://github.com/maidsafe/routing/projects/1
-
### Description
@laser recently copied the CGO bindings for rust-fil-sector-builder [into a new project](https://github.com/filecoin-project/go-sectorbuilder) so that it could be shared between @Kubu…
laser updated
5 years ago
-
Dan Boneh points out that there's little reason to roll our own PRG inside hash_to_base. Instead, he suggests using [HKDF](https://tools.ietf.org/html/rfc5869).
(I have to admit, I'm slightly annoy…