Jump to content

Talk:BLAKE (hash function)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 80.117.20.103 (talk) at 03:00, 10 May 2017 (rotation constants: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconCryptography: Computer science Start‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Cryptography, a collaborative effort to improve the coverage of Cryptography on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the importance scale.
Taskforce icon
This article is supported by WikiProject Computer science (assessed as Mid-importance).

Example Digests

Uhm, I am validating libsodium and b2sum (from blake2.net) and I do not get the same digest for "The quick brown dog jumps over the lazy fox" as indicated in this article. How was this derived, or is it wrong? If it's wrong I will happily update it.

I am deriving the aforementioned string as the following when using Blake2b with a 512 bit hash length: 40cb7aae36d87466bc7c6910baf00b994f0f985e3f3f8e8dec502f5159ccbffae84b1f5b582a3bf6829fe845382b7229c77c4f7270ee46ba971a39f1ea9eb772

Note: the empty string hash does appear to be correct. 167.21.41.12 (talk) 18:03, 19 January 2017 (UTC)[reply]

> Heh... a recent editor switched the words dog and fox. Cute. 167.21.41.12 (talk) 18:11, 19 January 2017 (UTC)[reply]

rotation constants

According to rfc 7693 the rotational constants for the 64bt versione are (32, 24, 16, 63) and not (32, 25, 16 ,11)

https://tools.ietf.org/html/rfc7693#section-2.1