Which hash function produces 128-, 160-, or 192-bit hash values after performing 24 rounds of computations on 512-bit blocks?
A. Tiger
B. HAVAL
C. SHA-2
D. MAC
A The Tiger hash function produces 128-, 160-, or 192-bit hash values after performing 24 rounds of computations on 512-bit blocks.
You might also like to view...
Markers can only be used with objects that move.
Answer the following statement true (T) or false (F)
Answer the following statements true (T) or false (F)
1. A test using the isupper function will return false if the argument is an uppercase character. 2. The isdigit function will return true if the argument is a digit between 0 and 9. 3. When using the strcat function you must be careful not to overwrite the bounds of an array. 4. The itoa function is similar to atoi but it works in reverse. 5. The C++ compiler performs strict array bounds checking when it encounters an array of characters.
According to Davis' model, ________ are the things we must do to obey the rules.
A. jobs B. tasks C. requirements D. obligations
On a typical x86 computer, what size is a single data page?
A. 4KB B. 8KB C. 16KB D. 32KB