SmartFTP FTP Library
|
enum HashAlgo { ftpHashAlgoUnknown = 0, ftpHashAlgoCRC32 = 1, ftpHashAlgoMD5 = 2, ftpHashAlgoSHA1 = 3, ftpHashAlgoSHA256 = 4, ftpHashAlgoSHA384 = 5, ftpHashAlgoSHA512 = 6, ftpHashAlgoMicrosoftQuickXorHash = 7 };
Length: 32bit
Length: 128bit
References: MD5 - Wikipedia
Length: 168bit
References: RFC 3174
Length: 256bit (32 bytes)
Length: 384bit (48 bytes)
Length: 512bit (64 bytes)
This is record HashAlgo.
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|