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: 92,676 of 180,727
Downloads: 7,837

Daily

Ranking: 41,338 of 180,716
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,110,450,761bundler
16864,429,820rake
24773,281,668rspec
64427,304,950pry
68420,954,678rubocop
101315,475,139simplecov
211150,133,620rubocop-performance

Owners

#GravatarHandle
1iconydakuka