pike.git/
lib/
modules/
Crypto.pmod/
CAMELLIA.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9ff3c73c5105507ca1d09b2f10326889b71283b9 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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.