Andrea Ferretti

Results 42 issues of Andrea Ferretti

I tried to install Charm using the [procedure described here](https://jhuisi.github.io/charm/install_source.html) (for MacOS). It did work, but the installation is global. More precisely, I find tried to run the suggested ```...

I am trying to extract the coordinate from a group element ```python from charm.toolbox.pairinggroup import PairingGroup, GT pairing_group = PairingGroup('SS512') msg = pairing_group.random(GT) msg ``` prints (in this case) ```...

It appears that `SecretUtil` tries to access a variable member `verbose`, which is never set, causing a failure during `SecretUtil.recoverSecret()`. Here is an example that will trigger the failure ```python...

The [documentation](https://jhuisi.github.io/charm/cryptographers.html) states > However, the pairing group does not currently implement such routines for encoding/decoding messages as group elements. This is on purpose given the difficulty and risks associated...

The included Reveal.js version is quite outdated. I tried using a directive like ``` Reveal Url: https://cdn.jsdelivr.net/npm/[email protected]/js/reveal.js ``` but this has two drawbacks: * first, it is better to just...

Many responses from the server are returned with content-type `application/json`, but only contain OK (without quotes) as the body. This makes many clients fail, as OK is not valid JSON....

bug
good first issue

Hi, I could not find a way to tranform a field (say for cleanup) in a map operation. Is there something?

Depends on https://github.com/andreaferretti/rosencrantz/issues/11

enhancement

Could experiment to make a more pleasant syntax by wrapping handlers in templates, as per this discussion https://news.ycombinator.com/item?id=11959437

enhancement