]> git.codecow.com Git - Monocypher.git/commit
Added c25519 speed benchmarks
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 28 Oct 2019 22:24:41 +0000 (23:24 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 28 Oct 2019 22:24:41 +0000 (23:24 +0100)
commitffd74facb09020a6b454227eb07209a17f532b0a
tree0f5dd11fa0ac294510e03be6922392a2d82d7bd9
parent27b15bb32e09974b851ba7c8c5da36025afdc0e3
Added c25519 speed benchmarks
18 files changed:
README.md
makefile
tests/externals/c25519/.gitignore [new file with mode: 0644]
tests/externals/c25519/c25519.c [new file with mode: 0644]
tests/externals/c25519/c25519.h [new file with mode: 0644]
tests/externals/c25519/ed25519.c [new file with mode: 0644]
tests/externals/c25519/ed25519.h [new file with mode: 0644]
tests/externals/c25519/edsign.c [new file with mode: 0644]
tests/externals/c25519/edsign.h [new file with mode: 0644]
tests/externals/c25519/f25519.c [new file with mode: 0644]
tests/externals/c25519/f25519.h [new file with mode: 0644]
tests/externals/c25519/fprime.c [new file with mode: 0644]
tests/externals/c25519/fprime.h [new file with mode: 0644]
tests/externals/c25519/morph25519.c [new file with mode: 0644]
tests/externals/c25519/morph25519.h [new file with mode: 0644]
tests/externals/c25519/sha512.c [new file with mode: 0644]
tests/externals/c25519/sha512.h [new file with mode: 0644]
tests/speed/speed-c25519.c [new file with mode: 0644]