aboutsummaryrefslogtreecommitdiff
path: root/src/BTLS/BoringSSL/Mem.chs
Commit message (Collapse)AuthorAge
* Replace `unsafeCoerce' with `castPtr'Gravatar 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.
* Move BTLS.ConstantTimeEquals into the BTLS.BoringSSL hierarchyGravatar Benjamin Barenblat2018-08-02
It’s a direct wrapper around a BoringSSL function, so it really belongs there.