ethereum-oasis-op / baseline

The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and reference implementations.
https://docs.baseline-protocol.org
Other
576 stars 237 forks source link

Optimize usage of privacy management components #18

Closed skarred14 closed 2 years ago

skarred14 commented 4 years ago

Overview

As a user of the Radish34 use case, I would like to improve performance and availability of the privacy enabled interactions with the Zero Knowledge Service. Currently on a local development set up, it is often required to up the Docker Preferences for resource configs (CPU cores, RAM), in order to ensure successful execution of zero knowledge proofs on the ZKP service that leverages the Zokrates utility. In addition, the privacy of merkle tree service (timber) can be further optimized by increasing the Merkle depth of the tree stored in the Shield contract

Reference

Questions

Assumptions

Acceptance

Tasks

**Disclaimer: This is a broad stroke and a sample feature request. It would need to be further updated (potentially broken down into further feature requests), based on discussions with other members of the Oasis community

ognjenkurtic commented 2 years ago

Closing due to inactivity and in light of new developments related to Simple Reference Implementation. Feel free to reopen if\when there is a need to revisit this.