| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hash.Md5
Contents
Documentation
Constructors
| Context (MutableByteArray s) |
Context Reuse
reinitialize :: Context s -> ST s () Source #
Reset the context so that it may be used to hash another byte sequence.
Arguments
| :: Context s | |
| -> MutableByteArray s | Destination, implied length is 16 |
| -> Int | Destination offset |
| -> ST s () |
One Shot
boundedBuilder :: Bytes -> Builder 16 Source #