-
```
The problem occurs after loading the portable usocket library, which defines a
logical pathname translation with a .newest version component:
(setf (logical-pathname-translations "usocket")
…
-
I run a [project](https://github.com/guidovranken/cryptofuzz) which has found hundreds of bugs in cryptographic libraries. I have written a harness for [arkworks crates](https://github.com/guidovranke…
-
We're looking to port harmony to s390x architecture so opening this issue to track the work.
Currently I am using herumi's repo to pull mcl and bls to build harmony binaries. Any plans to sync it to …
-
When I run the code, the particles will always converge to a same position,the map is a pointcloud map with height, so i want to know if some parameters should be set.
-
- [x] Include normalization and pruning process in inflation operation so those operations are computed locally (on nodes)
- [ ] Improve pruning approach
- [ ] Optimize Spark distributed matrix operat…
-
Great project, thank you!
I dont think these are listed (found while preparing my talks on ZKP security by asking friends and "doing my own research"):
Missing overflow check of a nullifier
ht…
veorq updated
10 months ago
-
Hello
I am teaching myself how to run panX using TestSet. Here is the command I run exactly following the instructions.
./panX.py -fn data/TestSet/ -sl TestSet -t 32 > TestSet.log 2> TestSet.err
…
-
A single run of eva.o takes around 15-20 mins. To run it 100 times (as suggested in the manual) would obviously take a pretty long time. I was wondering if there are any parallelization or speedup opt…
-
Hi,
I'm trying to cross compile mcl for Android from a Linux x64 machine.
Here's the command I run:
```sh
cmake -GNinja -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_NDK=$ANDROID_NDK_HOME -DCM…
-
Is it possible to cross compile the library from Linux to Windows?
I think I managed to do it with older version of MCL (1.60), using mingw package and by defining:
export CC=x86_64-w64-mingw32…