Carlo Modica

Results 7 issues of Carlo Modica

Increases the default blinding so that it works with PC schemes that are both naturally hiding or not. Introduces 2 uncessary rows for the case that the PC scheme is...

rudimental blake2 implementation running on max 256 bitstrings messages up to 64 bytes.

For debugging and development proposes it would be beneficial to have a printing function.

Looking at the MASP VP, and it looks like some of the coundary conditions are not checked. More specifically: According to specs: If the source address _is not_ the MASP...

Users have shown interests in having the possibility of easily getting a file (Json/text) containing the results of the Vamp-IR compilation step.

"(" and ")" are not in fact needed to write tuples with Vamp-IR. For instance: ``` def a = 1,2,3,4,5; def b = (1,2,3,4,5); a = b; ``` gives a...