RubyCrypto / rbnacl

Ruby FFI binding to the Networking and Cryptography (NaCl) library (a.k.a. libsodium)
MIT License
983 stars 85 forks source link

PasswordHash Docs Missing functions #212

Open SampsonCrowley opened 4 years ago

SampsonCrowley commented 4 years ago

are there methods for validating passwords when using #scrypt?

are there methods for validating passwords when using #argon2 instead of #argon2_str?

EDIT FOR CLARITY

The way the docs are presented makes it seem that there is more available than what's documented. Something feels like it's missing