scrypt
scrypt copied to clipboard
Haskell bindings to Colin Percival's scrypt implementation.
The underlying library depends on SSE and related instructions which are only available on the x86_64 arch.
Currently, only x86* is supported due to SSE. It would be nice to enable it for other archs too.
When discussing https://github.com/cdepillabout/password/issues/15 @Vlix noticed, that scrypt probably has the same security issue. Maybe you wanna have a look into it. I‘ll elaborate more if you have any questions.
When trying to build a static library that includes this package as well as linking openssl, you end up with duplicate symbols, for the following symbols: - `SHA256_Init` - `SHA256_Update`...