pike.git
/
src
/
post_modules
/
Nettle
/
cipher.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/cipher.cmod:1576:
} /*! @endclass State */ } /*! @endmodule PCBC */ /*! @module IGE *! Implementation of Infinite Garble Extension (IGE). *!
+
*! This is a mode of operation suggested in 1977 by C. Cambell.
+
*!
*! @seealso *! @[CBC], @[GCM], @[CFB] */ PIKEVAR object(Nettle_Cipher) IGE; PIKECLASS _IGE program_flags PROGRAM_NEEDS_PARENT|PROGRAM_USES_PARENT; { /*! @decl inherit BufferedCipher */