From bf2aaf0fe19bc4732851124c978387564e95a5af Mon Sep 17 00:00:00 2001 From: Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com> Date: Mon, 26 Aug 2019 03:23:03 -0700 Subject: [PATCH] Documentation fixup --- src/sodium/pwhash.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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