[Scrypt] reduce line size of comment
This commit is contained in:
parent
0de643dbce
commit
ead424f793
@ -5,7 +5,9 @@
|
|||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : unknown
|
-- Portability : unknown
|
||||||
--
|
--
|
||||||
-- Scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" <http://www.tarsnap.com/scrypt/scrypt.pdf>.
|
-- Scrypt key derivation function as defined in Colin Percival's paper
|
||||||
|
-- "Stronger Key Derivation via Sequential Memory-Hard Functions"
|
||||||
|
-- <http://www.tarsnap.com/scrypt/scrypt.pdf>.
|
||||||
--
|
--
|
||||||
{-# LANGUAGE BangPatterns #-}
|
{-# LANGUAGE BangPatterns #-}
|
||||||
{-# LANGUAGE ForeignFunctionInterface #-}
|
{-# LANGUAGE ForeignFunctionInterface #-}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user