Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sel Sel.SecretKey.Stream Construct an AdditionalData value from a hexadecimal-encoded StrictByteString that you have obtained on your own, usually from the network or disk.
additionalDataToHexByteString :: AdditionalData -> Base16 StrictByteStringsel Sel.SecretKey.Stream Convert an AdditionalData value to a hexadecimal-encoded StrictByteString.
ciphertextFromHexByteString :: Base16 StrictByteString -> Either Text Ciphertextsel Sel.SecretKey.Stream Create a Ciphertext from a binary StrictByteString that you have obtained on your own, usually from the network or disk. It must be a valid ciphertext built from the concatenation of the encrypted message and the authentication tag. The input ciphertext must at least of length cryptoSecretStreamXChaCha20Poly1305ABytes
ciphertextToHexByteString :: Ciphertext -> Base16 StrictByteStringsel Sel.SecretKey.Stream Convert a Ciphertext to a hexadecimal-encoded StrictByteString in constant time. ⚠️ Be prudent as to where you store it!
headerFromHexByteString :: Base16 StrictByteString -> Either Text Headersel Sel.SecretKey.Stream Build a Header from a base16-encoded StrictByteString
headerToHexByteString :: Header -> Base16 StrictByteStringsel Sel.SecretKey.Stream Convert a Header to a hexadecimal-encoded StrictByteString in constant time.
secretKeyFromHexByteString :: Base16 StrictByteString -> Either Text SecretKeysel Sel.SecretKey.Stream Create a SecretKey from a binary StrictByteString that you have obtained on your own, usually from the network or disk. The input secret key, once decoded from base16, must be of length cryptoSecretStreamXChaCha20Poly1305KeyBytes.
unsafeSecretKeyToHexByteString :: SecretKey -> Base16 StrictByteStringsel Sel.SecretKey.Stream Convert a SecretKey to a hexadecimal-encoded StrictByteString in constant time. ⚠️ Be prudent as to where you store it!
utf8ByteStringToExp :: ByteString -> Q Expservant-static-th Servant.Static.TH.Internal.Mime No documentation available.
-
Library for streamly and bytestring interoperation. Please see the README on GitHub at https://github.com/psibi/streamly-bytestring#readme