Commit ec197f90 authored by Geoff Simmons's avatar Geoff Simmons

Add random_int() to the SYNOPSIS.

parent 373e5aea
Pipeline #226 skipped
......@@ -35,8 +35,8 @@ import gcrypt [from "path"] ;
<OBJ>.encrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
<OBJ>.decrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
BLOB gcrypt.random([ENUM {STRONG, VERY_STRONG, NONCE} quality]
[, BYTES n])
BLOB gcrypt.random([ENUM quality] [, BYTES n])
INT gcrypt.random_int(ENUM quality [, INT bound])
gcrypt.version()
gcrypt.gcrypt_version()
......
......@@ -18,8 +18,8 @@ $Module gcrypt 3 access the libgcrypt cryptographic library
<OBJ>.encrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
<OBJ>.decrypt(BLOB plaintext [, BLOB iv] [, BLOB ctr])
BLOB gcrypt.random([ENUM {STRONG, VERY_STRONG, NONCE} quality]
[, BYTES n])
BLOB gcrypt.random([ENUM quality] [, BYTES n])
INT gcrypt.random_int(ENUM quality [, INT bound])
gcrypt.version()
gcrypt.gcrypt_version()
......
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