kth-tcs / trustfull-demonstrator

Code for the demonstrator of the Trustfull project based on the e-voting system verificatum
1 stars 4 forks source link

fix: use `wasm` binary for `muladd` function of verificatum #22

Closed algomaster99 closed 2 years ago

algomaster99 commented 2 years ago

The usage of the wasm binary was disabled for the purposes of the demonstration. These changes revert it with the fix.

The problem lied in the wasm binary. It wasn't (or wasm't xD) correctly compiled from C.

monperrus commented 2 years ago

Great thanks. Next task is https://github.com/kth-tcs/trustfull-demonstrator/issues/23