pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-10-05
2013-10-05 12:36:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
21ab5dd4044385459cacaaf79f6a127e4aca252f (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
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)