forked from KolibriOS/kolibrios
libcrash: cryptographic hash functions
git-svn-id: svn://kolibrios.org@3115 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
8
programs/develop/libraries/libcrash/trunk/libcrash.inc
Normal file
8
programs/develop/libraries/libcrash/trunk/libcrash.inc
Normal file
@@ -0,0 +1,8 @@
|
||||
LIBCRASH_CRC32 = 0x00010101
|
||||
LIBCRASH_MD4 = 0x00040402
|
||||
LIBCRASH_MD5 = 0x00040403
|
||||
LIBCRASH_SHA1 = 0x00050504
|
||||
LIBCRASH_SHA224 = 0x00070805
|
||||
LIBCRASH_SHA256 = 0x00080806
|
||||
LIBCRASH_SHA384 = 0x000c1007
|
||||
LIBCRASH_SHA512 = 0x00101008
|
Reference in New Issue
Block a user