pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-13
2018-01-13 17:39:23 by Martin Nilsson <nilsson@fastmail.com>
d778d925ba8142e2e8cdc3a6bbfa35b4a22dc6d9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
master
Refdoc fix.
60:
CVAR const struct nettle_hash *meta;
-
/*! @decl string(0..255) name(
void
)
+
/*! @decl string(0..255) name()
*! *! Returns a human readable name for the algorithm. */
73:
push_text(THIS->meta->name); }
-
/*! @decl int(0..) digest_size(
void
)
+
/*! @decl int(0..) digest_size()
*! *! Returns the size of a hash digest. */
86:
push_int(THIS->meta->digest_size); }
-
/*! @decl int(0..) block_size(
void
)
+
/*! @decl int(0..) block_size()
*! *! Returns the internal block size of the hash algorithm. */