mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Removed unused func from md5.hpp
This commit is contained in:
@@ -201,12 +201,6 @@ namespace md5 {
|
||||
c.append(&bytes[0], bytes.size());
|
||||
return c.final();
|
||||
}
|
||||
|
||||
static Digest compute(uint8_t *data, size_t dataLength) {
|
||||
details::Context c;
|
||||
c.append(data, dataLength);
|
||||
return c.final();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user