mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
Add more hash algorthms, switch to openssl / libcrypto
This commit is contained in:
@@ -10,7 +10,4 @@ namespace hex {
|
||||
|
||||
std::optional<std::string> openFileDialog();
|
||||
|
||||
u16 crc16(u8 *data, size_t size, u16 polynomial, u16 init);
|
||||
u32 crc32(u8 *data, size_t size, u32 polynomial, u32 init);
|
||||
std::array<u32, 4> md5(u8 *data, size_t size);
|
||||
}
|
||||
Reference in New Issue
Block a user