summaryrefslogtreecommitdiff
path: root/eddsa.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement ed448-shake256Niels Möller2020-01-021-0/+19
|
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-78/+0
| | | | | | | | | | | | | 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.
* EdDSA interface change, use plain strings to represent keys.Niels Möller2015-03-191-34/+7
|
* New function _eddsa_public_key.Niels Möller2015-03-181-0/+9
|
* Implemented high level functions for ed25519-sha512.Niels Möller2014-10-201-0/+43
|
* Tweaked argument order for _eddsa_verify.Niels Möller2014-10-181-1/+1
|
* Implemented _eddsa_verify. Almost correct.Niels Möller2014-10-141-0/+16
|
* New function _eddsa_expand_key.Niels Möller2014-10-081-0/+16
|
* Implemented eddsa signature internals.Niels Möller2014-10-041-0/+22
|
* Implemented eddsa compression and decompression.Niels Möller2014-10-021-0/+70