This commit is contained in:
cathugger 2018-07-09 19:44:25 +00:00
parent 7f3b15245b
commit 832ff7bdfb

View file

@ -36,3 +36,4 @@ keccak.c is based on <https://github.com/gvanas/KeccakCodePackage/blob/master/St
ed25519/{ref10,amd64-51-30k,amd64-64-24k} are adopted from SUPERCOP <https://bench.cr.yp.to/supercop.html>.
ed25519/ed25519-donna adopted from <https://github.com/floodyberry/ed25519-donna>.
Idea used in main.c' dofastwork() is stolen from <https://github.com/Yawning/horse25519>.
base64 routines and initial YAML processing work contributed by Alexander Khristoforov <heios@protonmail.com>.