-
Does this library implement non-interactive, zero-knowledge STARKs ?
From what I understand of the paper, it should be possible to produce such proofs,
but I am not sure if this codes implements i…
-
I propose following characters to be reserved and escapable (to remove special meaning) within key names:
- [ ] % (already used for empty names and contextual values)
- [ ] # (is used for arrays, …
-
I was wondering what kind of data structures such as lists. hash tables etc. lvgl already uses in the core? I found the linked list lib in the utils folder. Are there any other ones?
I saw a bsearc…
-
In [simple-serialize.md](https://github.com/ethereum/eth2.0-specs/blob/dev/ssz/simple-serialize.md), within the Merkelization section, a `chunk_count` function is defined as:
>- chunk_count(type)…
-
On the 29th of November 2018, we announced proof of concept Zero Knowledge circuit built on top of Ethereum, and deployed to Mainnet. This contract was meant as an appendix to our cryptography paper.
…
-
Mostly copypasta of #15, but with concrete signature scheme. This protocol is based on the paper: [Anonymous Credentials Light (ACL)](https://cs.brown.edu/people/fbaldimt/papers/CCS13.pdf) by Foteini …
-
In this protocol one would create blind Pedersen commitments to their desired outputs and prove the sum with rangeproofs. The underlying values would be blindly signed, thus they can be registered as …
-
The Verifiable Claims Working Group's one standards-track specification, "Verifiable Credentials Data Model 1.0", has some editorial work to go but is otherwise ready for Candidate Recommendatio…
-
Ppl need to know what the site is and what Zcash is and all that
-
Hi,
Recently have read the white paper of the blockchain-crypto-mpc library, but I still confused about that how to use BIP-Key-Derivation to output the shared private keys x1 and x2 of wallet privat…