ErrLookup › in3rsha/sha256-animation
in3rsha/sha256-animation
Animation of the SHA-256 hash function in your terminal. · Ruby · 24 source files
Analyzed at 871e976d69 on 2026-08-23. 10 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Invalid binary string: #{input} | validation | error | ruby, sha256, input-validation, binary, cli |
| Invalid hex string: #{input} | validation | error | ruby, sha256, input-validation, hex, cli |
| (bitstring is not an exact amount of bytes) | validation | error | ruby, sha256, binary, type-confusion, data-conversion |
| Invalid input to hash256.rb. Expecting even number of hex ch | validation | error | ruby, bitcoin, hash256, hex, input-validation |
| We only operate on 32-bit words in SHA-256. Your x is #{ARGV | validation | error | ruby, sha256, rotr, bit-manipulation, cli |
| We only operate on 32-bit words in SHA-256. Your x is #{ARGV | validation | error | |
| We only operate on 32-bit words in SHA-256. Your x is #{ARGV | validation | error | |
| We only operate on 32-bit words in SHA-256. Your x is #{ARGV | validation | error | |
| We only operate on 32-bit words in SHA-256. Your x is #{ARGV | validation | error | |
| We only operate on 32-bit words in SHA-256. Your x is #{ARGV | validation | error |