From b66c82923aefae0d2b50f40dbbb9681c47e00cb5 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 15 Jul 2020 15:45:59 +0200 Subject: [PATCH] [Minor] Fix description: rspamd_cryptobox_pubkey.create --- src/lua/lua_cryptobox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua/lua_cryptobox.c b/src/lua/lua_cryptobox.c index 85acde550..66d68413b 100644 --- a/src/lua/lua_cryptobox.c +++ b/src/lua/lua_cryptobox.c @@ -333,7 +333,7 @@ lua_cryptobox_pubkey_load (lua_State *L) /*** * @function rspamd_cryptobox_pubkey.create(data[, type[, alg]]) - * Loads public key from base32 encoded file + * Loads public key from base32 encoded string * @param {base32 string} base32 string with the key * @param {string} type optional 'sign' or 'kex' for signing and encryption * @param {string} alg optional 'default' or 'nist' for curve25519/nistp256 keys -- 2.39.5