This website requires JavaScript.
Explore
Help
Sign in
dark
/
zerotiertspu
Watch
1
Star
0
Fork
You've already forked zerotiertspu
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
308
commits
18
branches
105
tags
160
MiB
8c9b73f67b
Commit graph
3 commits
Author
SHA1
Message
Date
Adam Ierymenko
8c9b73f67b
Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet encrypt and decrypt. Profiling analysis found that Salsa20 encrypt was accounting for a nontrivial percentage of CPU time, so it makes sense to cut this load fundamentally. There are no published attacks against Salsa20/12, and DJB believes 20 rounds to be overkill. This should be more than enough for our needs. Obviously incorporating ASM Salsa20 is among the next steps for performance.
2013-10-18 17:39:48 -04:00
Adam Ierymenko
4c06fcfc9d
More include formatting cleanup.
2013-09-17 15:53:59 -04:00
Adam Ierymenko
150850b800
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00