semaphore-rs icon indicating copy to clipboard operation
semaphore-rs copied to clipboard

🦀 Rust support library for semaphore

Results 17 semaphore-rs issues
Sort by recently updated
recently updated
newest added

This was much more complex than I originally thought. I think the final solution I landed on here is quite nice however, and there should be numerous performance improvements.

## Motivation Developing a method to assign unique IDs (commitments) to users and securely manage their identity secrets (trapdoor & nullifier) in a custodial setup. ## Solution 1. Generate a...

This PR adds the ability to privately fetch Merkle proofs using homomorphic encryption. The underlying service that actually serves the proofs is called [Blyss](https://blyss.dev). The cool part is that the...