]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix description: rspamd_cryptobox_pubkey.create 3438/head
authorAndrew Lewis <nerf@judo.za.org>
Wed, 15 Jul 2020 13:45:59 +0000 (15:45 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 15 Jul 2020 13:45:59 +0000 (15:45 +0200)
src/lua/lua_cryptobox.c

index 85acde550872d23f68aa958bb11c000ed98e9a34..66d68413b7376a8c84d2fda8d49edaa459a35140 100644 (file)
@@ -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