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.
-
crypton Crypto.PubKey.ECC.P256 Check if a Point is valid
isPointValid :: Curve -> Point -> Boolcrypton 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
scalarIsValid :: EllipticCurveECDSA curve => proxy curve -> Scalar curve -> Boolcrypton Crypto.PubKey.ECDSA Is a scalar in the accepted range for ECDSA
-
crypton Crypto.PubKey.RSA some parameters lead to breaking assumptions.
-
crypton Crypto.PubKey.RSA.Types some parameters lead to breaking assumptions.
-
crypton Crypto.PubKey.Rabin.Types some parameters lead to breaking assumptions
InvalidYaml :: Maybe YamlException -> ParseExceptionyaml Data.Yaml No documentation available.
setWidth :: Maybe Int -> FormatOptions -> FormatOptionsyaml Data.Yaml Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.
setWidth :: Maybe Int -> FormatOptions -> FormatOptionsyaml Data.Yaml.Builder Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.
InvalidYaml :: Maybe YamlException -> ParseExceptionyaml Data.Yaml.Internal No documentation available.