]> git.codecow.com Git - Monocypher.git/commit
Fix Ed25519 secret_key size
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 1 Mar 2023 19:48:22 +0000 (20:48 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 1 Mar 2023 19:50:20 +0000 (20:50 +0100)
commite5351b1b0ac93758d7f6e41a78b7117a907d382c
treec89477cd41cb5b05ff1baf94f83e40d67d97e3ac
parent657c0a3e25fa46475a357f407fb10f1b2137e248
Fix Ed25519 secret_key size

All EdDSA and Ed25519 secret keys are 64 bytes of course.
Fortunately this does not affect the generated code.

Fixes #258
doc/crypto_ed25519_sign.3monocypher
src/optional/monocypher-ed25519.c
src/optional/monocypher-ed25519.h