Skip to content

Commit

Permalink
add Linear algebra library
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhuachuang committed Jul 26, 2019
1 parent e779d84 commit 1f44134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@
- [bulletproofs](https://github.com/KZen-networks/bulletproofs) Bulletproof Rust implementation for Aggregated Range Proofs over multiple elliptic curves.
- [rust-secp256k1-zkp](https://github.com/mimblewimble/rust-secp256k1-zkp) ZKP fork for rust-secp256k1, adds wrappers for range proofs, pedersen commitments, etc
- [ZoKrates](https://github.com/Zokrates/ZoKrates) A toolbox for zkSNARKs on Ethereum
- [sonic](https://github.com/ebfull/sonic) a protocol for quickly verifiable, compact zero-knowledge proofs of arbitrary computations.

#### Homomorphic Encryption

#### Others
- [nalgebra](https://github.com/rustsim/nalgebra) Linear algebra library for Rust.
- [librustzcash](https://github.com/zcash/librustzcash) Rust-language assets for Zcash. (bellman-zk-SNARK, pairing-elliptic curves)
- [zexe](https://github.com/scipr-lab/zexe) Rust library for decentralized private computation.
- [RustySecrets](https://github.com/SpinResearch/RustySecrets) A Rust implementation of threshold Shamir's secret sharing.
Expand Down

0 comments on commit 1f44134

Please sign in to comment.