index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
C25519.cpp
Age
Commit message (
Expand
)
Author
2019-07-09
Drop in faster C25519 agreement code.
Adam Ierymenko
2019-03-27
Never mind, only unused on some builds so leave them there.
Adam Ierymenko
2019-03-27
Comment out some unused functions.
Adam Ierymenko
2019-03-21
Replace certificate based gating of multicast like/gather with a simpler more...
Adam Ierymenko
2018-12-06
More speed stuff.
Adam Ierymenko
2018-12-06
stuff for speed and stuff (testing)
Adam Ierymenko
2018-03-13
Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. Will...
Adam Ierymenko
2018-03-12
Speed tweaks for signatures, etc.
Adam Ierymenko
2017-07-17
Minor cleanup.
Adam Ierymenko
2017-07-13
Fix for new identity generation bug.
Adam Ierymenko
2017-07-07
More cleanup, Linux build fixes.
Adam Ierymenko
2017-04-27
License header update.
Adam Ierymenko
2014-06-26
More little stuff in crypto code.
Adam Ierymenko
2014-01-18
Remove VC++ warnings in C25519, also add inline to short methods.
Adam Ierymenko
2014-01-17
Windows build fixes.
Adam Ierymenko
2014-01-14
Remove ZT1 GPL copyright from the top of code that is basically all Daniel Be...
Adam Ierymenko
2013-10-05
Some API improvements to C25519 in preparation for that thing I woke up think...
Adam Ierymenko
2013-09-16
Build fix to eliminate strict aliasing warnings, and a bug fix.
Adam Ierymenko
2013-09-16
Integrating new crypto -- work in progress, wont build yet.
Adam Ierymenko
2013-09-15
Small amount of crypto cleanup.
Adam Ierymenko
2013-09-14
Add test vectors for ensuring identical C25519 operation across systems.
Adam Ierymenko
2013-09-13
More new crypto: Ed25519 signatures.
Adam Ierymenko
2013-09-13
More work in progress on new crypto...
Adam Ierymenko
2013-09-13
More crypto work in progress...
Adam Ierymenko
2013-09-13
Add new crypto: SHA512 and C25519 -- not integrated yet.
Adam Ierymenko