Categories: None [Edit]

blake

https://rubygems.org/gems/blake
https://github.com/ydakuka/blake
BLAKE is a cryptographic hash function based on Dan Bernstein's ChaCha stream cipher, but a permuted copy of the input block, XORed with round constants, is added before each ChaCha round. Like SHA-2, there are two variants differing in the word size. ChaCha operates on a 4×4 array of words. BLAKE repeatedly combines an 8-word hash value with 16 message words, truncating the ChaCha result to obtain the next hash value. BLAKE-256 and BLAKE-224 use 32-bit words and produce digest sizes of 256 bits and 224 bits, respectively, while BLAKE-512 and BLAKE-384 use 64-bit words and produce digest sizes of 512 bits and 384 bits, respectively.

Total

Ranking: 85,001 of 190,280
Downloads: 10,616

Daily

Ranking: 50,245 of 190,253
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,236,941,822bundler
81,254,137,753rake
29956,893,742rspec
56659,025,669rubocop
72582,958,271pry
99449,278,982simplecov
175278,506,417rubocop-performance

Owners

#GravatarHandle
1iconydakuka