summaryrefslogtreecommitdiff
path: root/eddsa-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Similar fix for eddsa.Niels Möller2021-03-131-3/+7
* Add separate result argument to all mod functions.Niels Möller2020-10-301-1/+1
* Use GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and mpn_cnd_swap.use-mpn_cnd-functionsNiels Möller2020-10-281-1/+1
* Update eddsa internals to support ed448.Niels Möller2020-01-021-4/+30
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
* Implemented eddsa signature internals.Niels Möller2014-10-041-0/+51