Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-26 | reverse: switch from GCM-SIV to AES-SIVv1.1-beta1 | Jakob Unterwurzacher | |
GCM-SIV is not yet finalized, and the reference implemenation is painfully slow at about 2 MB/s. Switch to AES-SIV. | |||
2016-09-25 | reverse: add gcmsiv flag and associated tests | Jakob Unterwurzacher | |
2016-09-25 | main: move initDir into its own file | Jakob Unterwurzacher | |
2016-09-25 | main: factor out cli arg parsing | Jakob Unterwurzacher | |
The main function has gotten way too big. |