diff --git a/Crypto/KDF/Scrypt.hs b/Crypto/KDF/Scrypt.hs index 8586359..a7e3496 100644 --- a/Crypto/KDF/Scrypt.hs +++ b/Crypto/KDF/Scrypt.hs @@ -5,7 +5,9 @@ -- Stability : experimental -- Portability : unknown -- --- Scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" . +-- Scrypt key derivation function as defined in Colin Percival's paper +-- "Stronger Key Derivation via Sequential Memory-Hard Functions" +-- . -- {-# LANGUAGE BangPatterns #-} {-# LANGUAGE ForeignFunctionInterface #-}