diff --git a/src/sodium/pwhash.cr b/src/sodium/pwhash.cr index 27b2e6d..f3378e7 100644 --- a/src/sodium/pwhash.cr +++ b/src/sodium/pwhash.cr @@ -30,7 +30,7 @@ module Sodium Argon2i13 = 1 Argon2id13 = 2 - # The current libsodium default algorithm that may change between versions. + # The currently recommended algorithm, which can change from one version of libsodium to another. def default Mode.new LibSodium.crypto_pwhash_alg_default end