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