U
U
Uncle Seryozha2022-01-31 17:21:35
iOS
Uncle Seryozha, 2022-01-31 17:21:35

What is the difference between SHA512 and SHA512Digest?

What is the difference between SHA512 and SHA512Digest ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GrayHorse, 2022-01-31
@Protos

Everything is clearly written there:

SHA512
An implementation of Secure Hashing Algorithm 2 (SHA-2) hashing with a 512-bit digest.

SHA512Digest
The output of a Secure Hashing Algorithm 2 (SHA-2) hash with a 512-bit digest.

SHA512Digest is the result of the SHA512 algorithm (which is an implementation of (one of) the SHA-2 algorithm).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question