Sofía Celi

Results 75 comments of Sofía Celi

@armfazh I can implement this.. but I want to know if you think it is a good idea ;)

Yeah, the `KeyPair` type does indeed (and it will work with it). But, as the other APIs (in Golang libraries) do it over the PrivateKey, it seems a little odd....

@armfazh I can make a PR changing the API to work with the PrivateKey type... let me know if it is ok, as it can still work with the KeyPair...

So, mmm.. I did a little bit of research around this. On most libraries I checked, there is two interfaces exposed: 1. signPure 2. signPh Often times, `SignCtx` is ignored....

Perfect! I'll prepare a PR for both curves ;)

Oh! Love that!

Oh, for sure! @chris-wood I will be super nice to have it internally ;)

I'll review this tomorrow @armfazh ;)

I'll check this tomorrow @armfazh

Nice! Have you run it against the vectors of: https://sourceforge.net/p/ed448goldilocks/code/ci/master/tree/test/ ?