Skip to content

Issues: privacy-scaling-explorations/zk-kit

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Fix carry handling in the g function in blake.ts audit 🔍 This issue is related to an audit. bug 🐛 Something isn't working
#344 opened Oct 15, 2024 by thogiti
verifyProof probably should return false for any key if the tree is empty audit 🔍 This issue is related to an audit. bug 🐛 Something isn't working
#343 opened Oct 7, 2024 by 0xDatapunk
the type of childNodes is not comprehensive audit 🔍 This issue is related to an audit. refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#342 opened Oct 7, 2024 by 0xDatapunk
use of BigInt is vulnerable to timing attacks audit 🔍 This issue is related to an audit.
#341 opened Oct 7, 2024 by 0xDatapunk
checking if newLeaf != this._nodes[0][index] first before update audit 🔍 This issue is related to an audit. performance 📈 A code change that improves the performance refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#340 opened Oct 7, 2024 by 0xDatapunk
define export type IMTNode = number | string | bigint; directly istead of any. audit 🔍 This issue is related to an audit. refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#339 opened Oct 7, 2024 by 0xDatapunk
adding comment that indexOf returns the first occurance audit 🔍 This issue is related to an audit. documentation 📖 Improvements or additions to documentation
#338 opened Oct 7, 2024 by 0xDatapunk
fix typedoc build warnings devops 🔧 Operations management and dev tools
#336 opened Sep 25, 2024 by sripwoud
mulPointScalar vulnerable to timing attacks bug 🐛 Something isn't working
#324 opened Sep 11, 2024 by ChinoCribioli
update: comparison before updating audit 🔍 This issue is related to an audit. question ❔ Further information is requested refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#322 opened Sep 11, 2024 by 0xDatapunk
comment: indexOf returns first occurrence audit 🔍 This issue is related to an audit. documentation 📖 Improvements or additions to documentation
#321 opened Sep 11, 2024 by 0xDatapunk
Discuss UpdateMany time complexity documentation 📖 Improvements or additions to documentation good first issue Good for newcomers
#316 opened Sep 2, 2024 by ChinoCribioli
Compare performance of IMT written in JS and Rust in Node.js and browser documentation 📖 Improvements or additions to documentation good first issue Good for newcomers
#306 opened Jul 16, 2024 by vplasencia
Improve security score/practices dependencies 📦 Changes in dependencies devops 🔧 Operations management and dev tools question ❔ Further information is requested
#289 opened May 20, 2024 by sripwoud
5 tasks
test(eddsa-poseidon): Targeted tests for compatibility & security of secret scalar modulus good first issue Good for newcomers tests 🧪 Adding missing or correcting existing tests
#269 opened Apr 24, 2024 by artwyman
Use noble cryptography libraries dependencies 📦 Changes in dependencies refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#238 opened Apr 8, 2024 by 0xbok
Restrict types of message in eddsa-poseidon's signMessage good first issue Good for newcomers refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#230 opened Mar 23, 2024 by artwyman
Add check for the message parameter size in the EdDSA Poseidon library good first issue Good for newcomers refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#190 opened Mar 6, 2024 by cedoor
Write better test cases titles tests 🧪 Adding missing or correcting existing tests
#158 opened Feb 12, 2024 by 0xjei
Optimize EdDSAPoseidon.signMessage method in the eddsa-poseidon package performance 📈 A code change that improves the performance refactoring ♻️ A code change that neither fixes a bug nor adds a feature
#151 opened Feb 10, 2024 by cedoor
ProTip! Exclude everything labeled bug with -label:bug.