We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c041d commit 3e41387Copy full SHA for 3e41387
README.md
@@ -24,6 +24,9 @@ Below is a list of examples to understand lambdaworks and learn what you can bui
24
- [Shamir's secret sharing](./examples/shamir_secret_sharing/)
25
- [BabySNARK](./examples/baby-snark/)
26
- [Pinocchio](./examples/pinocchio/)
27
+- [Pohlig-Hellman algorithm](./examples/pohlig-hellman-attack/)
28
+- [Naive RSA](./examples/rsa/)
29
+- [Naive Schnorr signatures](./examples/schnorr-signature/)
30
- [Using Circom with lambdaworks's Groth16](./examples/prove-verify-circom/circom_lambdaworks_tutorial.md)
31
- [Proving Fibonacci using Circom and lambdaworks](./examples/prove-verify-circom/circom_lambdaworks_tutorial.md)
32
0 commit comments