llmath and llcommon updates. Marginal.
This commit is contained in:
@@ -108,9 +108,8 @@ public:
|
||||
// methods to acquire finalized result
|
||||
void raw_digest(unsigned char *array) const; // provide 16-byte array for binary data
|
||||
void hex_digest(char *string) const; // provide 33-byte array for ascii-hex string
|
||||
friend std::ostream& operator<< (std::ostream&, LLMD5 context);
|
||||
|
||||
|
||||
friend LL_COMMON_API std::ostream& operator<< (std::ostream&, LLMD5 context);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user