Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. derive :: ByteArrayAccess nonce => State -> nonce -> State

    crypton Crypto.Cipher.XSalsa

    Use an already initialized context and new nonce material to derive another XSalsa context. This allows a multi-level cascade where a first key k1 and nonce n1 is used to get HState(k1,n1), and this value is then used as key k2 to build XSalsa(k2,n2). Function initialize is to be called with the first 192 bits of n1|n2, and the call to derive should add the remaining 128 bits. The output context always uses the same number of rounds as the input context.

  2. derive :: ByteArrayAccess nonce => State -> nonce -> State

    cryptonite Crypto.Cipher.XSalsa

    Use an already initialized context and new nonce material to derive another XSalsa context. This allows a multi-level cascade where a first key k1 and nonce n1 is used to get HState(k1,n1), and this value is then used as key k2 to build XSalsa(k2,n2). Function initialize is to be called with the first 192 bits of n1|n2, and the call to derive should add the remaining 128 bits. The output context always uses the same number of rounds as the input context.

  3. derive :: DecsQ -> ExpQ

    th-utilities TH.Derive

    This is the primary function for users of TH.Derive. See the module documentation for usage info.

  4. derive :: Columnable a => Text -> Expr a -> DataFrame -> DataFrame

    dataframe DataFrame

    O(k) Apply a function to a combination of columns in a dataframe and add the result into alias column.

  5. derive :: Columnable a => Text -> Expr a -> LazyDataFrame -> LazyDataFrame

    dataframe DataFrame.Lazy

    No documentation available.

  6. derive :: [Name] -> [Name] -> Q [Dec]

    grisette Grisette.Internal.TH.Derivation.Derive

    Derive the specified classes for a data type with the given name. See deriveWith for more details.

  7. derive :: [Name] -> [Name] -> Q [Dec]

    grisette Grisette.TH

    Derive the specified classes for a data type with the given name. See deriveWith for more details.

  8. module Test.LeanCheck.Derive

    This module is part of LeanCheck, a simple enumerative property-based testing library. Needs GHC and Template Haskell (tested on GHC 7.4, 7.6, 7.8, 7.10, 8.0, 8.2, 8.4, 8.6 and 8.8). If LeanCheck does not compile under later GHCs, this module is probably the culprit. If you rather do this through GHC Generics, please see: Test.LeanCheck.Generic (experimental).

  9. module Data.Express.Express.Derive

    Allows automatic derivation of Express typeclass instances.

  10. module Data.Express.Name.Derive

    Allows automatic derivation of Name typeclass instances.

Page 1 of many | Next