(gcrypt.info) Available cipher modes

Info Catalog (gcrypt.info) Cipher modules (gcrypt.info) Symmetric cryptography (gcrypt.info) Working with cipher handles
 
 Available cipher modes
 ======================
 
 `GCRY_CIPHER_MODE_NONE'
      No mode specified, may be set later using other functions.  The
      value of this constant is always 0.
 
 `GCRY_CIPHER_MODE_ECB'
      Electronic Codebook mode.
 
 `GCRY_CIPHER_MODE_CFB'
      Cipher Feedback mode.
 
 `GCRY_CIPHER_MODE_CBC'
      Cipher Block Chaining mode.
 
 `GCRY_CIPHER_MODE_STREAM'
      Stream mode, only to be used with stream cipher algorithms.
 
 `GCRY_CIPHER_MODE_OFB'
      Outer Feedback mode.
 
 `GCRY_CIPHER_MODE_CTR'
      Counter mode.
 
 
Info Catalog (gcrypt.info) Cipher modules (gcrypt.info) Symmetric cryptography (gcrypt.info) Working with cipher handles
automatically generated by info2html