Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pointIsValid :: Point -> Bool

    crypton Crypto.PubKey.ECC.P256

    Check if a Point is valid

  2. isPointValid :: Curve -> Point -> Bool

    crypton Crypto.PubKey.ECC.Prim

    check if a point is on specific curve This perform three checks:

    • x is not out of range
    • y is not out of range
    • the equation y^2 = x^3 + a*x + b (mod p) holds

  3. scalarIsValid :: EllipticCurveECDSA curve => proxy curve -> Scalar curve -> Bool

    crypton Crypto.PubKey.ECDSA

    Is a scalar in the accepted range for ECDSA

  4. InvalidParameters :: Error

    crypton Crypto.PubKey.RSA

    some parameters lead to breaking assumptions.

  5. InvalidParameters :: Error

    crypton Crypto.PubKey.RSA.Types

    some parameters lead to breaking assumptions.

  6. InvalidParameters :: Error

    crypton Crypto.PubKey.Rabin.Types

    some parameters lead to breaking assumptions

  7. InvalidYaml :: Maybe YamlException -> ParseException

    yaml Data.Yaml

    No documentation available.

  8. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

  9. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml.Builder

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

  10. InvalidYaml :: Maybe YamlException -> ParseException

    yaml Data.Yaml.Internal

    No documentation available.

Page 421 of many | Previous | Next