pike.git
/
lib
/
modules
/
Crypto.pmod
/
Arcfour.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Crypto.pmod/Arcfour.pmod:1:
+
#pike __REAL_VERSION__
-
+
// NOTE: Depends on the order of INIT invocations.
+
inherit Nettle.ARCFOUR_Info;
+
inherit .Cipher;
+
+
.CipherState `()() { return Nettle.ARCFOUR_State(); }
Newline at end of file added.