Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. deriveDecrypt :: EllipticCurveDH curve => proxy curve -> Point curve -> Scalar curve -> CryptoFailable SharedSecret

    crypton Crypto.PubKey.ECIES

    Derive the shared secret with the receiver key and the R point of the scheme.

  2. deriveEncrypt :: (MonadRandom randomly, EllipticCurveDH curve) => proxy curve -> Point curve -> randomly (CryptoFailable (Point curve, SharedSecret))

    crypton Crypto.PubKey.ECIES

    Generate random a new Shared secret and the associated point to do a ECIES style encryption

  3. deriveViaOnLoc :: DynFlags -> SrcSpan

    ghc GHC

    No documentation available.

  4. deriveViaOnLoc :: DynFlags -> SrcSpan

    ghc GHC.Driver.DynFlags

    No documentation available.

  5. deriveViaOnLoc :: DynFlags -> SrcSpan

    ghc GHC.Driver.Session

    No documentation available.

  6. deriveAnyClassEnabled :: Bool -> DeriveAnyClassEnabled

    ghc GHC.Tc.Errors.Types

    No documentation available.

  7. deriveTerminalCapababilities :: Settings -> IO TerminalCapabilities

    sydtest Test.Syd.OptParse

    No documentation available.

  8. deriveDecrypt :: EllipticCurveDH curve => proxy curve -> Point curve -> Scalar curve -> CryptoFailable SharedSecret

    cryptonite Crypto.PubKey.ECIES

    Derive the shared secret with the receiver key and the R point of the scheme.

  9. deriveEncrypt :: (MonadRandom randomly, EllipticCurveDH curve) => proxy curve -> Point curve -> randomly (CryptoFailable (Point curve, SharedSecret))

    cryptonite Crypto.PubKey.ECIES

    Generate random a new Shared secret and the associated point to do a ECIES style encryption

  10. deriveAll :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    A backwards-compatible synonym for deriveAll0.

Page 5 of many | Previous | Next