From 1f44134d93d5b28313bc05e014d0a20489e490a6 Mon Sep 17 00:00:00 2001 From: Sun Date: Fri, 26 Jul 2019 10:16:01 +0800 Subject: [PATCH] add Linear algebra library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5040501..2ae8c02 100644 --- a/README.md +++ b/README.md @@ -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.