Documentation fixup

This commit is contained in:
Didactic Drunk 2019-08-26 03:23:03 -07:00
parent 2dda619026
commit bf2aaf0fe1

View file

@ -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