-
Does MP-SPDZ lend itself well to methodologies such as [JKO13](https://eprint.iacr.org/2013/073) for implementing Zero-Knowledge Proofs of non-algebraic statements?
-
Hi there,
If I want to hide data to other parties I need to use Private Contracts. However, adding a transaction manager to a Quorum network which needs only private transactions in local nodes the…
-
```
eip: 1724
title: Confidential Token Standard
author: AZTEC
discussions-to: https://github.com/ethereum/EIPs/issues/1724
status: Draft
type: Standards Track
category: ERC
created: 2019-01-2…
-
Is there any plans to address this: https://hal.inria.fr/hal-02928953/document
-
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…
-
## Grant name
### Baselining Federated Learning as a service on EHR + health credentials data.
## Shortform explanation:
- ZkP : Zero knowledge Proofs
- FL : federated Machine l…
-
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
-
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 …
-
```
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…
-
Found a few typos in [this article ](https://ironfish.network/crypto-privacy-comparison) on your website titled "We take privacy features to a whole new level" that can make it a bit tough to read
…