Commit graph

21 commits

Author SHA1 Message Date
Denis Bisson
48451b4aa4
ADD: Simple 32-bits checksum in available checksum functions (#160)
Used in retrocomputing to validate old ROM files.
2021-08-24 19:48:06 +03:00
Alexander Koblov
fdbc1370e9 ADD: BLAKE3 hash function (portable) 2020-10-18 15:42:43 +00:00
Alexander Koblov
51cafb4d0d FIX: Warning 2019-12-07 09:05:53 +00:00
Alexander Koblov
b0c5ec7742 UPD: Find duplicates - use blake2s under 32 bit and blake2b under 64 bit 2019-12-07 09:02:40 +00:00
Alexander Koblov
50de4d7d61 UPD: Speed up SHA256 calculation using SSSE3 (x86_64) 2018-09-15 08:44:58 +00:00
Alexander Koblov
ee8826a2b4 ADD: Feature [0001960] Add BLAKE2b, BLAKE2bp hash sum algorithms 2018-06-10 12:33:43 +00:00
Alexander Koblov
2c8b127989 ADD: Feature [0001960] Add BLAKE2b hash sum algorithms 2017-12-15 18:42:53 +00:00
Alexander Koblov
da3b62cd32 ADD: SHA2_224 support (issue 0001666) 2016-12-31 12:40:21 +00:00
Alexander Koblov
fbd07d50f3 ADD: Calculate/verify SHA-3 2016-06-11 11:09:54 +00:00
Alexander Koblov
29b5c88f58 FIX: HashString function use UTF-8 encoding 2015-09-12 19:42:52 +00:00
Alexander Koblov
966d58a401 ADD: BLAKE2S and BLAKE2SP hash calculation 2015-09-06 16:40:52 +00:00
Alexander Koblov
f72593bf9f ADD: Crc32 item 2015-09-06 11:34:47 +00:00
Alexander Koblov
8dad0686e3 FIX: Bug [0000803] "Compare by contents does not work" 2014-01-06 17:37:50 +00:00
Alexander Koblov
eaf109defd ADD: SFV checksum support 2011-12-02 17:29:21 +00:00
Alexander Koblov
6388dab259 ADD: HAVAL, RIPEMD and TIGER hash algorithms support 2011-10-26 16:57:45 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
Alexander Koblov
55bcc45e54 ADD: SHA256, SHA384 and SHA512 checksum support 2010-12-28 14:17:21 +00:00
Alexander Koblov
6da51d34dc ADD: HashString function 2010-05-01 19:57:41 +00:00
cobines
c82f6aade5 UPD: Calculate checksum operation for filesystem. 2009-08-05 02:54:36 +00:00
Alexander Koblov
8159200b6e ADD: SHA1 calculation check sum support 2009-05-24 13:31:57 +00:00
Alexander Koblov
d9c2c41c60 ADD: SHA1 check sum support 2009-05-24 12:47:59 +00:00