Cedoor

Results 67 issues of Cedoor

help wanted
good first issue
documentation ๐Ÿ“–

**Description**: A new section to explain how Semaphore can be used for specific use-cases by using the contract extensions. **Tasks**: - [ ] Voting app - [ ] Whistleblowing app

documentation ๐Ÿ“–

## Description > [!NOTE] > No need for in-depth review here, but still required to merge. Open to any discussion of course. This PR originated from #238, a proposal for...

**Description**: ~~The `@zk-kit/eddsa-poseidon` package exports a list of functions and a class. Some of those functions would benefit from reusing variables calculated within the constructor (in particular, the `secretScalar`).~~ The...

refactoring :recycle:
performance ๐Ÿ“ˆ

**Description** Having a list of circuits that could be re-used by other protocols may be very useful for people who want to contribute to ZK-Kit. Those circuits could be built...

documentation ๐Ÿ“–

**Is your feature request related to a problem? Please describe.** This implementation of EdDSA is mostly based on the [`circomlibjs`](https://github.com/iden3/circomlibjs/blob/main/src/eddsa.js) library, which uses `BLAKE1-512` to derive the public key from...

good first issue
feature :rocket: