In SHA-512, the registers ‘a’ to ‘h’ are obtained by taking the first 64 bits of the fractional parts of the cube roots of the first 8 prime numbers.

🎲 Try a Random Question  |  Total Questions in Quiz: 36  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Cryptography Practice Test: Secure Hash Algorithms (SHA) — practice the complete quiz, review flashcards, or try a random question.

Secure Hash Algorithms (SHA) are a family of cryptographic hash functions that are used to encrypt data. SHA is a modified version of MD5.  SHA's hash function uses bitwise operations, modular additions, and compression functions to produce a fixed-size string that looks different from the original data. A small change to the original data produces a different encrypted output, which is known as the avalanche effect.  SHA's primary goal is to produce a unique hash value for each input message. SHA-1 makes sure that two different messages are unlikely to produce the same hash value, making... Show more

In SHA-512, the registers ‘a’ to ‘h’ are obtained by taking the first 64 bits of the fractional parts of the cube roots of the first 8 prime numbers.