Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
JuicyPixels Codec.Picture.Types Define the plane for the red color component
-
JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Define plane for the yellow component of the CMYK color space.
-
JuicyPixels Codec.Picture.Types No documentation available.
-
Efficiently and correctly parse a JSON string. The string must be encoded as UTF-8. It can be useful to think of parsing as occurring in two phases:
- Identification of the textual boundaries of a JSON value. This is always strict, so that an invalid JSON document can be rejected as soon as possible.
- Conversion of a JSON value to a Haskell value. This may be either immediate (strict) or deferred (lazy); see below for details.
-
Various cryptographic padding commonly used for block ciphers or asymmetric systems.
-
cryptonite Crypto.Data.Padding PKCS5: PKCS7 with hardcoded size of 8
-
cryptonite Crypto.Data.Padding PKCS7 with padding size between 1 and 255
-
cryptonite Crypto.ECC.Edwards25519 A point on curve edwards25519.
-
cryptonite Crypto.KDF.Argon2 A parallelism degree, which defines the number of parallel threads. ARGON2_MIN_LANES <= hashParallelism <= ARGON2_MAX_LANES && ARGON_MIN_THREADS <= hashParallelism <= ARGON2_MAX_THREADS