mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Make the MD5 result name consistent between functions, header and source.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -55,11 +55,11 @@ public:
|
||||
void update(StringRef Str);
|
||||
|
||||
/// \brief Finishes off the hash and puts the result in result.
|
||||
void final(MD5Result &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);
|
||||
static void stringifyResult(MD5Result &Result, SmallString<32> &Str);
|
||||
|
||||
private:
|
||||
const uint8_t *body(ArrayRef<uint8_t> Data);
|
||||
|
Reference in New Issue
Block a user