matbok

Results 6 issues of matbok

Hi, in the changelog, since the 1.3.0 version, seems ed25519ph (ed25519 with pre-hashing) is supported. But no way to find it in the doc and code. Am I wrong? Thanks

Consider adding a new function (to be developed by the dudect user), similar to the `do_one_computation()` but to be executed before it and not to be included in the measurement....

Hi, do you plan to add the an implementation using T-tables for the CM0 target? Thanks!

enhancement

Hi, do you plan to support ed25519ph and ed448ph, the prehashed variants described in the [RFC 8032](https://datatracker.ietf.org/doc/html/rfc8032)? Thanks, Matteo

Hi, do you plan to put in the repo also the Arbitrary-Precision Arithmetic source code of your paper? Thanks

`sign()` allow the user to provide the random `k`, while `encrypt()` does not allow it... Could it be possible to change the `encrypt()` in order to add the `k` param...