aboutsummaryrefslogtreecommitdiff
path: root/tests/BTLS/TestUtilities.hs
Commit message (Collapse)AuthorAge
* Begin implementing symmetric encryptionGravatar Benjamin Barenblat2018-09-28
| | | | Support RC4. Future commits will add support for more modern algorithms.
* Rewrite tests for readabilityGravatar Benjamin Barenblat2018-09-21
Replace tables of tuples with simple function calls, and normalize argument order to have outputs to the right of inputs. Also factor out some common patterns.