Documentation fixup

master
Didactic Drunk 2019-08-26 03:23:03 -07:00
parent 2dda619026
commit bf2aaf0fe1
1 changed files with 1 additions and 1 deletions

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