Sofía Celi
Sofía Celi
There is already a library: https://github.com/gtank/ristretto255 We can adapt it for CIRCL. cc./ @armfazh @chris-wood
Hi! Thanks so much for all the work on this! So, the implementation for ed25519 and ed448 expose a certain API that is quite similar to the way golang handles...
This fixes the usage of `json.Unmarshal` as the second argument to it should be a pointer, see: https://github.com/golang/go/issues/27564, and also the documentation: "Marshal traverses the value v recursively. If an...
With the recent push for more usage of go modules in go 1.16, should we use modules? @alxdavids @armfazh
Ready for review.