BLAKE (hash function): Difference between revisions

Content deleted Content added
No edit summary
m added example of two hash results for BLAKE-512
Line 21:
 
'''BLAKE''' is a [[cryptographic hash function]] submitted to the [[NIST hash function competition]] by Jean-Philippe Aumasson, Luca Henzen, Willi Meier, and Raphael C.-W. Phan. BLAKE was chosen as one of the five finalists of the competition.
 
==BLAKE hashes==
BLAKE-512("")
= A8CFBBD73726062DF0C6864DDA65DEFE58EF0CC52A5625090FA17601E1EECD1B628E94F396AE402A00ACC9EAB77B4D4C2E852AAAA25A636D80AF3FC7913EF5B8
 
BLAKE-512("[[The quick brown fox jumps over the lazy dog]]")
= 1F7E26F63B6AD25A0896FD978FD050A1766391D2FD0471A77AFB975E5034B7AD2D9CCF8DFB47ABBBE656E1B82FBC634BA42CE186E8DC5E1CE09A885D41F43451
 
== External links ==