vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h in rbnacl-libsodium-1.0.11 vs vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h in rbnacl-libsodium-1.0.13

- old
+ new

@@ -20,10 +20,11 @@ int encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type); /* * Decodes an Argon2 hash string into the provided structure 'ctx'. - * The fields ctx.saltlen, ctx.adlen, ctx.outlen set the maximal salt, ad, out length values + * The fields ctx.saltlen, ctx.adlen, ctx.outlen set the maximal salt, ad, out + * length values * that are allowed; invalid input string causes an error * * Returned value is ARGON2_OK on success. */ int decode_string(argon2_context *ctx, const char *str, argon2_type type);