mirror of
https://github.com/CryptKeeperZK/Docs.git
synced 2026-01-08 22:48:00 -05:00
13 lines
566 B
Markdown
13 lines
566 B
Markdown
# ✨ Features
|
|
|
|
The following features are supported currently:
|
|
|
|
* Identity secret and Identity commitment generation
|
|
* Semaphore ZK-Proof generation
|
|
* RLN ZK-Proof generation
|
|
|
|
Proof generation is enabled in two ways:
|
|
|
|
* by providing Merkle witness (Merkle tree components) directly as a [structured input](https://github.com/privacy-scaling-explorations/crypt-keeper-extension/blob/817ec0e1f336ab61c9c70f4918853e7c279dd21d/src/types/index.ts#L56): 
|
|
* by providing a secure service (i.e. smart contract) address from which the Merkle witness should be obtained
|