| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cardano.Crypto.Raw
Synopsis
- newtype Raw = Raw ByteString
Documentation
A wrapper over ByteString for signalling that a bytestring should be
processed as a sequence of bytes, not as a separate entity. It's used in
crypto and binary code.
Constructors
| Raw ByteString |