diff options
author | Andrew Lewis <nerf@judo.za.org> | 2020-07-15 15:45:59 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2020-07-15 15:45:59 +0200 |
commit | b66c82923aefae0d2b50f40dbbb9681c47e00cb5 (patch) | |
tree | a21066340b375bd3836c785b2688385c8699509f /src/lua/lua_cryptobox.c | |
parent | 3f428ace443b067087dfa0d547456eac5764236f (diff) | |
download | rspamd-b66c82923aefae0d2b50f40dbbb9681c47e00cb5.tar.gz rspamd-b66c82923aefae0d2b50f40dbbb9681c47e00cb5.zip |
[Minor] Fix description: rspamd_cryptobox_pubkey.create
Diffstat (limited to 'src/lua/lua_cryptobox.c')
-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 |