95aaa8 | #pike __REAL_VERSION__ | |||
59bfa1 | #pragma strict_types | |||
e1fb09 | #require constant(Nettle.BLOWFISH) | |||
95aaa8 | ||||
af1083 | //! BLOWFISH is a block cipher designed by Bruce Schneier. It uses a //! block size of 64 bits (8 octets), and a variable key size, up to //! 448 bits. It has some weak keys. | |||
4d6595 | inherit Nettle.BLOWFISH; |