pike.git
/
lib
/
modules
/
Crypto.pmod
/
IDEA.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Crypto.pmod/IDEA.pmod:1:
#pike __REAL_VERSION__ #pragma strict_types
+
#require constant(Nettle.IDEA)
//! The IDEA(tm) block cipher is covered by patents held by ETH and a //! Swiss company called Ascom-Tech AG. The Swiss patent number is //! PCT/CH91/00117, the European patent number is EP 0 482 154 B1, and //! the U.S. patent number is US005214703. IDEA(tm) is a trademark of //! Ascom-Tech AG. There is no license fee required for noncommercial //! use.
-
#if constant(Nettle) && constant(Nettle.IDEA)
-
+
inherit Nettle.IDEA;
-
-
#else
-
constant this_program_does_not_exist=1;
-
#endif
+