aboutsummaryrefslogtreecommitdiff
path: root/src/BTLS/BoringSSL/Digest.chs
Commit message (Collapse)AuthorAge
* Give `Algorithm` a `Show` instanceGravatar Benjamin Barenblat2018-09-25
|
* Marshal `ForeignPtr` to `Ptr` within c2hs codeGravatar Benjamin Barenblat2018-09-04
|
* Marshal `ByteString` input arguments to `fun`sGravatar Benjamin Barenblat2018-08-31
|
* Begin switching to `fun` in c2hsGravatar Benjamin Barenblat2018-08-31
| | | | | Replace most invocations of `call` with `fun`. There’s a lot of explicit `id`-marshalling going on; future commits will remove it.
* Begin cleaning up internal modulesGravatar Benjamin Barenblat2018-08-02
Clarify the division between internal and external modules in the source by consolidating all internal modules except Data.Digest.Internal into a flatter BTLS directory.