summaryrefslogtreecommitdiff
path: root/ext/ed25519-amd64-asm
AgeCommit message (Collapse)Author
2018-12-06stuff for speed and stuff (testing)Adam Ierymenko
2018-05-07GitHub issue #734 (warning removal)Adam Ierymenko
2018-04-21Fix ed25519-amd64-asm PIC compatibilityJonathon Fernyhough
The Hyperledger implementation (https://github.com/hyperledger/iroha-ed25519) contains changes to the assembly code to allow PIC. This in turn fixes compilation/linking of ZeroTier One when "full hardening" flags are used.
2018-03-13Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. ↵Adam Ierymenko
Will matter a lot for network controllers, not so much for other things.