From: Andrew Lewis Date: Wed, 15 Jul 2020 13:45:59 +0000 (+0200) Subject: [Minor] Fix description: rspamd_cryptobox_pubkey.create X-Git-Tag: 2.6~230^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3438%2Fhead;p=thirdparty%2Frspamd.git [Minor] Fix description: rspamd_cryptobox_pubkey.create --- diff --git a/src/lua/lua_cryptobox.c b/src/lua/lua_cryptobox.c index 85acde5508..66d68413b7 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