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:28 by Martin Nilsson <nilsson@opera.com>
b516d69bffbb36f19251f4b0f4b4519b112f1ad6 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Fixed autodoc prototype.
247:
} }
-
/*! @decl string(0..127) crypt_hash(string password, string salt, rounds)
+
/*! @decl string(0..127) crypt_hash(string password, string salt,
int
rounds)
*! *! Password hashing function in @[crypt_md5()]-style. *!