]> git.codecow.com Git - Monocypher.git/commit
Added Ed25519ph
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 12 Jan 2023 17:15:27 +0000 (18:15 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 12 Jan 2023 17:15:27 +0000 (18:15 +0100)
commitc15b76ef9b4b34f32721a682ed4fb01f1d46c60f
treee18437ddb637aa6b6f2d929a868b4ca5d6d1f7a7
parent65e8248b46539979d2000dfa10fb552861a46c60
Added Ed25519ph

Not sure this is such a good idea, considering how niche Ed25519ph is.
Yet someone recently paid me handsomely for the functionality, sparking
the recent overhaul of the EdDSA API that made it simpler and more
flexible than ever.

And now implementing Ed25519ph has become so cheap that I felt like
thanking them by adding it upstream.
src/optional/monocypher-ed25519.c
src/optional/monocypher-ed25519.h
tests/gen/makefile
tests/gen/vectors/ed_25519ph [new file with mode: 0644]
tests/test.c