forked from OSchip/llvm-project
Add some comments to the stringify function.
llvm-svn: 182710
This commit is contained in:
parent
f52a930cfb
commit
5bed56d2f5
|
@ -55,6 +55,8 @@ public:
|
|||
/// \brief Finishes off the hash and puts the result in result.
|
||||
void final(MD5Result &result);
|
||||
|
||||
/// \brief Translates the bytes in \p Res to a hex string that is
|
||||
/// deposited into \p Str. The result will be of length 32.
|
||||
static void stringifyResult(MD5Result &Res, SmallString<32> &Str);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue