[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How much data should I request from scrypt?



crypto_scrypt() allows me to specify how much data I want back from it.
This is what the last parameter, buflen, is for.

So the question is, how many bytes should I request to make it good for
hashing, just as good as SHA-256 say? Purpose being to make collisions
virtually impossible.

For example, are 200 bytes enough?