Alix Trieu

Results 6 comments of Alix Trieu

I'm using this in https://github.com/pl-deadlines/pl-deadlines.github.io

FWIW I finished proving the scalar multiplication Joye ladder implementation. I seem to be getting around 200us per scalar multiplication with the below code using `gcc -O3`. For comparison, I...

No worries and thanks for looking through the code! Do you need any additional action on my side?

Thanks for the review! > Though, in particular, the details of SS/TT are opaque me and yet I have an intuition that perhaps the relevant definitions and theory could be...

I refactored the code so that there is an "inner" ladder manipulating Jacobian coordinates, and assuming the scalar input is odd, and a wrapper to convert affine Jacobian coordinates and...

Thank you for the pointers! I'm not sure I understand whether there is a difference in using the `Stringification` stuff, vs using the C pretty printer from bedrock? I was...