1
2
3
4
5
6
7
8
9
#pike __REAL_VERSION__
// NOTE: Depends on the order of INIT invocations.
inherit Nettle.ARCFOUR_Info;
inherit .Cipher;
.CipherState `()() { return Nettle.ARCFOUR_State(); }