95aaa8 | #pike __REAL_VERSION__ | |||
59bfa1 | #pragma strict_types | |||
95aaa8 | ||||
af1083 | //! SERPENT is one of the AES finalists, designed by Ross Anderson, //! Eli Biham and Lars Knudsen. Thus, the interface and properties are //! similar to @[AES]'. One peculiarity is that it is quite pointless to //! use it with anything but the maximum key size, smaller keys are //! just padded to larger ones. | |||
4d6595 | #if constant(Nettle) && constant(Nettle.SERPENT) | |||
a164de | ||||
4d6595 | inherit Nettle.SERPENT; | |||
a164de | ||||
627c73 | #else constant this_program_does_not_exist=1; | |||
a164de | #endif |