-
Hi,
I am currently working on ElGamal Cryptosystem and would like to test your library. I ma having issues in ./configure after cloning your library.
Moreover, i tried vjsc.js file but still can…
-
Hi,
While running some tests on this library, I've stumbled across an issue in the implementation of the multiple-precision addition.
Adding 1 to 0x1fffffff erroneously results in 0x30000000, as…
-
Split from #9:
```
Exception in thread "main" com.verificatum.protocol.ProtocolError: Attempting to shuffle in a used session!
```
-
After the `start` command has set up the VMs, I get a crash when the script tries to run scp.
```
Traceback (most recent call last):
File "/home/slarse/Documents/github/work/trustfull-demonstra…
-
https://github.com/verificatum/verificatum-vmn
which is the demonstrator in trustfull.
-
When running the DeadStoreProcessor (rule 1854) on verificatum/verificatum-vmn@945b620e4c8228a6ad10169a017d58aac699aa1e, only 8 of 9 violations are repaired. I suspect that this is caused by one viola…
-
I'm trying to do another PR for verificatum/verificatum-vmn (commit 2e32b06), but am getting some really strange imports added:
```
$ sorald repair --stats-output-file 2142.json --rule-keys 2142 -…
-
When I run demo, in keys are not generated. The only thing I have changed is the mix-net interface from 'native' to 'json'
sheriub@192-168-100-4:~/verificatum-vmn-3.0.4-full/verificatum-vmn-3.0.4/d…
-
I want to apply this processor to Verificatum, but it doesn't look good to have it change a literal int `1000` to `(long) 1000`. It should be `1000L`.
-
Hi!
I'm trying to build and test verificatum-vmn following the instructions in README_DEV.md, but I can't for the life of me find any tool with a command `vtest`. Could you point me to where I can …