summaryrefslogtreecommitdiff
path: root/eddsa-hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Similar fix for eddsa.Niels Möller2021-03-171-3/+7
| | | | | | | * eddsa-hash.c (_eddsa_hash): Ensure result is canonically reduced. Two of the three call sites need that. (cherry picked from commit d9b564e4b3b3a5691afb9328c7342b3f7ca64288)
* Add separate result argument to all mod functions.Niels Möller2020-10-301-1/+1
| | | | | * ecc-internal.h (typedef ecc_mod_func): Add separate result argument. Updated all C implementations and callers.
* 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
| | | | | | | | | | | | | This adds all exported symbols in the map files explicitly under the following rules: - Symbols mentioned in internal headers go in a section which is valid only for testing, and linking with these symbols will break in library updates. - Symbols mentioned in installed headers go in the exported sections and are considered part of the ABI. - All internal symbols move to internal headers. - The _nettle_md5_compress and _nettle_sha1_compress become exported without the _nettle prefix, due to existing usage.
* Implemented eddsa signature internals.Niels Möller2014-10-041-0/+51