Cedoor
Cedoor
**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
## 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...
**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...
**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...