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.

  1. additionalDataFromHexByteString :: Base16 StrictByteString -> Either AdditionalDataHexDecodingError AdditionalData

    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.

  2. additionalDataToHexByteString :: AdditionalData -> Base16 StrictByteString

    sel Sel.SecretKey.Stream

    Convert an AdditionalData value to a hexadecimal-encoded StrictByteString.

  3. ciphertextFromHexByteString :: Base16 StrictByteString -> Either Text Ciphertext

    sel 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

  4. ciphertextToHexByteString :: Ciphertext -> Base16 StrictByteString

    sel Sel.SecretKey.Stream

    Convert a Ciphertext to a hexadecimal-encoded StrictByteString in constant time. ⚠️ Be prudent as to where you store it!

  5. headerFromHexByteString :: Base16 StrictByteString -> Either Text Header

    sel Sel.SecretKey.Stream

    Build a Header from a base16-encoded StrictByteString

  6. headerToHexByteString :: Header -> Base16 StrictByteString

    sel Sel.SecretKey.Stream

    Convert a Header to a hexadecimal-encoded StrictByteString in constant time.

  7. secretKeyFromHexByteString :: Base16 StrictByteString -> Either Text SecretKey

    sel 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.

  8. unsafeSecretKeyToHexByteString :: SecretKey -> Base16 StrictByteString

    sel Sel.SecretKey.Stream

    Convert a SecretKey to a hexadecimal-encoded StrictByteString in constant time. ⚠️ Be prudent as to where you store it!

  9. utf8ByteStringToExp :: ByteString -> Q Exp

    servant-static-th Servant.Static.TH.Internal.Mime

    No documentation available.

  10. package streamly-bytestring

    Library for streamly and bytestring interoperation. Please see the README on GitHub at https://github.com/psibi/streamly-bytestring#readme

Page 106 of many | Previous | Next