Go to the source code of this file.
|  | 
| const long | SHA1 = 1 | 
|  | identifier of SHA-1 algorithm 
 | 
|  | 
| const long | SHA256 = 2 | 
|  | identifier of SHA-256 algorithm 
 | 
|  | 
| const long | SHA1_1K = 3 | 
|  | identifier of SHA-1 algorithm that is applied to the first kilobyte of data. 
 | 
|  | 
| const long | SHA256_1K = 4 | 
|  | identifier of SHA-256 algorithm that is applied to the first kilobyte of data. 
 | 
|  | 
| const long | SHA512 = 5 | 
|  | identifier of SHA-512 algorithm 
 | 
|  | 
| const long | SHA512_1K = 6 | 
|  | identifier of SHA-512 algorithm that is applied to the first kilobyte of data. 
 | 
|  |