]> git.codecow.com Git - Monocypher.git/commit
Improved SHA-512 speed on small inputs.
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 3 Feb 2023 17:18:58 +0000 (18:18 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 3 Feb 2023 17:18:58 +0000 (18:18 +0100)
commitfba1f4f829784c6aae4c8d1fc1e30f9c7d64a4fe
treec83a63e067afaa234e9e7d0e610c11ee009a7ff0
parent53133e8ca7a7fd3bb666ec6148079fb02d091493
Improved SHA-512 speed on small inputs.

Not as much as BLAKE2b because SHA-512 core is slower, but still.
The cost here is about 10 lines of code, and an additional couple
dozen bytes in the binary.
src/optional/monocypher-ed25519.c