lambdapioneer / argon2kt

An Android/Kotlin binding for the Argon2 hash
MIT License
79 stars 8 forks source link

(Possible) Mistake in default parameter comments #18

Closed cyb3rko closed 1 year ago

cyb3rko commented 1 year ago

Moin again.

This line got me confused, it says that the default hash length is 32 Bytes which result in 128 Bit output.

Is this a typo (as 32 Bytes are 256 Bit) or is there a misunderstanding on my side?

lambdapioneer commented 1 year ago

Hi, you are right, that's a typo and it should say 256 Bit