garble-lang VS zk-paillier

Compare garble-lang vs zk-paillier and see what are their differences.

garble-lang

Turing-Incomplete Programming Language for Multi-Party Computation with Garbled Circuits (by sine-fdn)

zk-paillier

A collection of Paillier cryptosystem zero knowledge proofs (by ZenGo-X)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
garble-lang zk-paillier
1 2
36 109
- 0.0%
7.1 0.0
3 days ago about 1 year ago
Rust Rust
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

garble-lang

Posts with mentions or reviews of garble-lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-30.
  • Tandem - A Multi-Party Computation Engine written in Rust
    2 projects | /r/rust | 30 Nov 2022
    MPC has in the past been mostly confined to academia, but thanks to some recent papers has finally become fast enough for practical applications. Internally, Tandem uses Garbled Circuits, encrypted circuits consisting of boolean gates. While there have been other implementations based on these ideas, Tandem tries to provide a much better user experience than previous attempts. For example, the Tandem repo includes a server, a command line client and client libs for wasm and native architectures. To make it easier to run practical applications, programs can be written in Garble, a custom Rust-like programming language that compiles to Garbled Circuits.

zk-paillier

Posts with mentions or reviews of zk-paillier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-21.
  • Is it possible to create ZKP (Range proof) on FHE ciphertext?
    1 project | /r/crypto | 9 Sep 2022
    - https://github.com/ZenGo-X/zk-paillier
  • ZKP: Proving an RSA ciphertext and a Paillier ciphertext hide the same value
    3 projects | /r/cryptography | 21 Jul 2022
    I am not aware of a more direct approach for proving the equivalence. One might consider looking to see if there is a Sigma protocol that can prove the equivalence, as that might lead to a proof with faster proving time. There exist Sigma protocols for proving knowledge of plaintext for each of those encryption systems. For RSA, proving knowledge of m where C1 = m^e mod n can be done using the GQ protocol (see Boneh-Shoup, Sec 19.5.5). For Paillier, proving knowledge of m, R where C2 = g^m R^n mod n^2 can be done using the protocol of CDN (see CDN, Sec 9.1.2 and impl).

What are some alternatives?

When comparing garble-lang and zk-paillier you can also consider the following projects:

tandem - A maliciously secure two-party computation engine which is embeddable and accessible

bellman-bignat - Multiprecision arithmetic & RSA accumulators, within SNARKs

gluon - A static, type inferred and embeddable language written in Rust.

cairo - Cairo is the first Turing-complete language for creating provable programs for general computation.

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

artichoke - 💎 Artichoke is a Ruby made with Rust

erg - A statically typed language compatible with Python