phxql / argon2-jvm

Argon2 Binding for the JVM
GNU Lesser General Public License v3.0
331 stars 33 forks source link

Need to recreate Argon2 before every usage? #57

Closed ayedo closed 6 years ago

ayedo commented 6 years ago

Hi,

first of all, thanks for the great library!

My question might be silly, but do I need to recreate Argon2 every time before usage?

Cheers

phxql commented 6 years ago

Hi,

you're welcome :) no - just create one and use it. It's threadsafe.