From cb274b616134c3ba2810f781a2c05169896228d1 Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Tue, 18 Jul 2023 06:25:47 +0200 Subject: [PATCH] updated readme with credits --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ca3c5a4..8800bc1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ the following parameters: The results from this implementation should match those of the circomlibjs implementation on BN254. +## Credits + +Much of the big integer and finite field code was adapted from +[msm-webgpu](https://github.com/sampritipanda/msm-webgpu) by Sampriti Panda, +Adhyyan Sekhsaria, and Nalin Bhardwaj. + +The structure of the Poseidon WGSL code was inspired by +[poseidon-ark](https://github.com/arnaucube/poseidon-ark) by arnaucube. + ## Getting started Clone this repository, navigate to the project directory, and run: