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

Currently has a runtime error :(

We use these functions in a few places without ensuring that the types we're converting into can be converted to. For example: ``` pub fn new_with_initial_values( file_path: PathBuf, initial_value: &H::Hash,...

[TODO](https://github.com/worldcoin/semaphore-rs/blob/1fa1471a13539af2f859478a0c9108adfe7535ca/src/util.rs#L49)

Not a big concern, since we never have other processes using the mmapped file, but the safety requirements of [`MmapOptions::with_file`](https://docs.rs/mmap-rs/0.6.0/mmap_rs/struct.MmapOptions.html#method.with_file) demand that we have exclusive mutable access to the file....

[TODO](https://github.com/worldcoin/semaphore-rs/blob/1fa1471a13539af2f859478a0c9108adfe7535ca/src/field.rs#LL7C10-L7C44)

[TODO](https://github.com/worldcoin/semaphore-rs/blob/1fa1471a13539af2f859478a0c9108adfe7535ca/src/merkle_tree.rs#L120)