Dimitris Mouris

Results 11 issues of Dimitris Mouris

Hi, Is there a way to convert a `u32` (or `u64` or a vector of `u8`) to a Ristretto point and then back without hashing (`RistrettoPoint::hash_from_bytes::(text.as_bytes())`)? I'm implementing ElGamal encryption...

Hello, First of all thank you, this is a nice project. After building with Xcode (ver. 9) and running ```/path-to-products/Release/sudo -s``` I get the following errors: > dyld: lazy symbol...

In MultiLineChartView can the rate be ignored? In my case, it's always showing zero and I would like to completely hide it. ## Detailed Description Add a parameter to hide...

Hi, I am trying to change the register length from 16 to 32 (`#define REGISTER_LENGTH 16`, in TinyRAMDefinitions.hpp) but it does not seem to work. What other dependencies the register...

Hi, I am trying to separate the prover and the verifier to different files and also write the proof to a .proof file. To my understanding, the proof is the...

Hello, I have some questions about TinyRAM. Does TinyRAM support labels and comments as claimed in the [documentation](https://www.scipr-lab.org/doc/TinyRAM-spec-0.991.pdf)? Also, how can I see the result of the `ANSWER` instruction? How...

As stated in #15 `UMOD` seems to be broken. There has been a typo in ALU.cpp and it was ``` components_[Opcode::UMOD] = ALU_UDIV_Gadget::create(pb_, inputVariables_, resultVariables_); ``` instead of ``` components_[Opcode::UMOD]...

Add HELM framework for parallel CPU and GPU evaluation. **By submitting this pull request, I promise I have read the [contribution guidelines](https://github.com/jonaschn/awesome-he/blob/master/CONTRIBUTING.md) twice and ensured my submission follows it. I...

Hi! Thank you for this project, it's very simple to follow and understand. I have a question regarding transferring the NFTs. I have minted an NFT (ID 1): ``` ❯...

Hello, Nice work with NIZKCTF. In my understanding, the scheme that uses digital signatures for proving the knowledge of `sk_c` and `sk_t` can be used in other cases too (except...