DecodeBase58Check
, and added a short note above the declaration of pszBase58
clarifying the characters that are omitted.
DecodeBase58Check
, and added a short note above the declaration of pszBase58
clarifying the characters that are omitted.
If you’re updating the comments here anyway, it’d be nice if you changed them so that those function documentations are picked up by doxygen (it currently shows no doc for them at all https://dev.visucore.com/bitcoin/doxygen/base58_8h.html#a2a7a6efa38bda9181b9a28ab3e675bea ).
You can do this by using javadoc-style docblocks above the functions (or one of the shortened forms):
0/**
1 * ... text ...
2 */
update comments so doxygen will pick them up