pike.git/
lib/
modules/
Crypto.pmod/
CAMELLIA.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-07-19
2013-07-19 17:31:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f7dcf9e3fe1d8787b174a14a6d5f801c55c1ebb5 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Crypto.CAMELLIA: Added some minimal doc.
1:
#pike __REAL_VERSION__ #pragma strict_types
+
//! The Camellia 128-bit block cipher.
+
#if constant(Nettle) && constant(Nettle.CAMELLIA_Info) // NOTE: Depends on the order of INIT invocations.