pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
eb44726f52c51490e87795a5b3af03d59ff938d6 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Nettle.HashInfo: Inherit __builtin.Nettle.Hash.
First step in refactoring the Nettle hash functions.
57:
*/ PIKECLASS HashInfo {
+
/*! @decl inherit __builtin.Nettle.Hash
+
*/
+
INHERIT "__builtin.Nettle.Hash";
+
CVAR const struct nettle_hash *meta; /*! @decl string(0..255) name(void)