diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-07-17 10:43:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 10:43:50 +0100 |
commit | 34d53fc46e55da9ac5535efef9b7186ca23c5586 (patch) | |
tree | ab083dd2978023ebe5334729512f4c5ea8c7789f /src/lua | |
parent | a2e749c3f2bef73215f462852e644eb12e4e0524 (diff) | |
parent | b66c82923aefae0d2b50f40dbbb9681c47e00cb5 (diff) | |
download | rspamd-34d53fc46e55da9ac5535efef9b7186ca23c5586.tar.gz rspamd-34d53fc46e55da9ac5535efef9b7186ca23c5586.zip |
Merge pull request #3438 from fatalbanana/docs
Minor doc/config stuff
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_cryptobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |