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,916 of 188,645
Downloads: 10,242

Daily

Ranking: 51,811 of 188,635
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,096,027,797bundler
101,194,085,295rake
29937,687,145rspec
57631,561,923rubocop
74566,557,090pry
99434,284,425simplecov
175263,242,777rubocop-performance

Owners

#GravatarHandle
1iconydakuka