pike.git/
lib/
modules/
Crypto.pmod/
GOST94.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-14
2014-02-14 21:09:25 by Martin Nilsson <nilsson@opera.com>
e1fb0973d02865dae0fba39ab9b197778b3f5131 (
8
lines) (+
2
/-
6
)
[
Show
|
Annotate
]
Branch:
8.0
Simplified dependencies.
1:
#pike __REAL_VERSION__ #pragma strict_types
+
#require constant(Nettle.GOST94)
//! The GOST94 or GOST R 34.11-94 hash algorithm is a Soviet-era //! algorithm used in Russian government standards, defined in RFC //! 4357.
-
#if constant(Nettle.GOST94)
-
+
inherit Nettle.GOST94; string name() { return "gost94"; }
-
-
#else
-
constant this_program_does_not_exist=1;
-
#endif
+