Tarsnap / spiped

Spiped is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses.
http://www.tarsnap.com/spiped.html
Other
855 stars 56 forks source link

Split standalone-enc/main.c into separate files #346

Closed gperciva closed 2 years ago

gperciva commented 2 years ago

main.c was 661 lines long, and it was getting annoying to see exactly what each perftest did. This will simplify adding perftests in the future: we can start by copying one file, then modifying it. Also, we can easily diff the code for two different perftests, if we're investigating something.