Commit 5f68951d authored by Geoff Simmons's avatar Geoff Simmons

Doc fix.

parent ec197f90
Pipeline #227 skipped
......@@ -33,7 +33,7 @@ import gcrypt [from "path"] ;
BLOB key [, BOOL secure]
[, BOOL cbc_cts])
<OBJ>.encrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
<OBJ>.decrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
<OBJ>.decrypt(BLOB ciphertext [, BLOB iv] [, BLOB ctr])
BLOB gcrypt.random([ENUM quality] [, BYTES n])
INT gcrypt.random_int(ENUM quality [, INT bound])
......
......@@ -16,7 +16,7 @@ $Module gcrypt 3 access the libgcrypt cryptographic library
BLOB key [, BOOL secure]
[, BOOL cbc_cts])
<OBJ>.encrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
<OBJ>.decrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
<OBJ>.decrypt(BLOB ciphertext [, BLOB iv] [, BLOB ctr])
BLOB gcrypt.random([ENUM quality] [, BYTES n])
INT gcrypt.random_int(ENUM quality [, INT bound])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment