RubyGems Navigation menu

blake.rb 0.0.2

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.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.0.2 February 22, 2020 (11.5KB)
  2. 0.0.1 February 22, 2020 (11KB)

Development依存関係 (7):

bundler ~> 2.1
pry ~> 0.12
rake ~> 12.3
rspec ~> 3.8
rubocop ~> 0.80
simplecov ~> 0.17

所有者:

プッシュ者:

作者:

  • Daniel Cavanagh (danielcavanagh)

SHA 256チェックサム:

=

累計ダウンロード数 3,997

このバージョンのみ 2,280

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: