mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a couple of typos in openssl.luadoc:
Descrypt -> Decrypt encrypt -> decrypt
This commit is contained in:
parent
9b82189c39
commit
3fb2b96f78
1 changed files with 2 additions and 2 deletions
|
|
@ -153,12 +153,12 @@ function hmac(algorithm, key, message)
|
|||
-- encrypted (default false).
|
||||
function encrypt(algorithm, key, iv, data, padding)
|
||||
|
||||
--- Descrypt data with a given algorithm, key, and initialization vector.
|
||||
--- Decrypt data with a given algorithm, key, and initialization vector.
|
||||
-- @param algorithm Any of the strings returned by
|
||||
-- <code>openssl.supported_ciphers</code>.
|
||||
-- @param key Key.
|
||||
-- @param iv Initialization vector.
|
||||
-- @param data Data to encrypt.
|
||||
-- @param data Data to decrypt.
|
||||
-- @param padding If true, then the final block must be padded correctly
|
||||
-- (default false).
|
||||
function decrypt(algorithm, key, iv, data, padding)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue