-
BPO | [37905](https://bugs.python.org/issue37905)
--- | :---
Nosy | @rhettinger, @mdickinson, @stevendaprano
PRs | python/cpython#15486python/cpython#15487
*Note: these values reflect the state of th…
-
Test `plonk::recursive_verifier::tests::test_size_optimized_recursion` fails (and has been for a while, it seems) with:
```
$ cargo test plonk::recursive_verifier::tests::test_size_optimized_recursi…
-
Evaluate in comparison with UCANs https://github.com/json-web-proofs/json-web-proofs#user-content-fn-JWS-66165f84d74d387b4cbbf94b42d9a297
And think through what a demo might entail
-
Transparent blockchains operate as follows: all participants maintain a copy of the (consensus-determined) application state. Transactions modify the application state directly, and participants check…
-
```
from phe import paillier
a = 5
b = 5
encA = public_key.encrypt(5)
encB = public_key.encrypt(5)
print(encA==encB) #False
```
If A and B are equal, are their corresponding cipher…
-
## 💥 Proposal
This proposal documents an iterative process towards upgrading the architecture of the `BlockHeader` struct in `testnet2` in order to support light-clients and new features as part of…
-
### Description
- identify what we use for off-chain storage and present how it works #24
- think of a suitable application architecture and what components are necessary #19
- get basic idea a…
-
We use membership across all the Joystream pallets to reflect user activity and maintain their reputation. The current implementation of the referendum is more abstract and doesn't require membership …
-
The purpose of wasm-utils is to bridge the rust world of zero-knowledge proofs and javascript frontend app. It should use an API provided from arkworks-gadgets to generate proofs and have its own func…
-
This isn’t direct feedback on the whitepaper, or financial services related, however, given that Hydrogen is developing financial services but has opened the protocol up to any developer for any contr…