adauguet / elm-pbkdf2 / PBKDF2

Computing pbkdf2 digest

pbkdf2 : ( Bytes -> Bytes -> Bytes, Basics.Int ) -> Bytes -> Bytes -> Basics.Int -> Basics.Int -> Result Error Bytes

Computes the pbkdf2 digest


type Error
    = DerivedKeyTooLong
    | DecodingError

The error than can be returned