Document the microdescriptor code better.

This commit is contained in:
Nick Mathewson
2009-10-15 16:06:00 -04:00
parent d61b5df9c1
commit 200c39b66c
7 changed files with 122 additions and 40 deletions
+2 -1
View File
@@ -1481,7 +1481,8 @@ crypto_digest_algorithm_get_name(digest_algorithm_t alg)
}
}
/** DOCDOC */
/** Given the name of a digest algorithm, return its integer value, or -1 if
* the name is not recognized. */
int
crypto_digest_algorithm_parse_name(const char *name)
{