Skip to content

Commit

Permalink
Update HASH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Dec 21, 2017
1 parent 8f37d9e commit 45d2714
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions HASH.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ h.to_i( 16 ).to_s( 2 )

double check (32x8 bytes = 256 bits):

| bin | hex | bin | hex | bin | hex | bin | hex |
|-----------|-----|-----------|-----|-----------|-----|-----------|-----|
| 1101 1111 | d f | 1010 1111 | a f | 0011 0001 | 3 1 | 0010 1000 | 2 8 |
| 1111 1101 | f d | 0110 0111 | 6 7 | 1001 0001 | 9 1 | 0110 1000 | 6 8 |
| 0110 0000 | 6 0 | 0110 0010 | 6 2 | 1101 1101 | d d | 1000 1010 | 8 a |
| 0010 0001 | 2 1 | 1001 0000 | 9 0 | 1000 0001 | 8 1 | 0011 0110 | 3 6 |
| 1011 1011 | b b | 1000 0000 | 8 0 | 1100 0111 | c 7 | 0010 0001 | 2 1 |
| 0010 1011 | 2 b | 1001 1110 | 9 e | 1111 0111 | f 7 | 1000 0010 | 8 2 |
| 1101 0101 | d 5 | 1100 0011 | c 3 | 0000 1010 | 0 a | 1001 1000 | 9 8 |
| 1011 0000 | b 0 | 1010 0101 | a 5 | 0100 1011 | 4 b | 0110 1111 | 6 f |
| # | bin | hex | # | bin | hex | # | bin | hex | # | bin | hex |
|----|-----------|-----|----|-----------|-----|-----|-----------|-----|-----|-----------|-----|
| 1 | 1101 1111 | d f | 9 | 1010 1111 | a f | 17 | 0011 0001 | 3 1 | 25 | 0010 1000 | 2 8 |
| 2 | 1111 1101 | f d | 10 | 0110 0111 | 6 7 | 18 | 1001 0001 | 9 1 | 26 | 0110 1000 | 6 8 |
| 3 | 0110 0000 | 6 0 | 11 | 0110 0010 | 6 2 | 19 | 1101 1101 | d d | 27 | 1000 1010 | 8 a |
| 4 | 0010 0001 | 2 1 | 12 | 1001 0000 | 9 0 | 20 | 1000 0001 | 8 1 | 28 | 0011 0110 | 3 6 |
| 5 | 1011 1011 | b b | 13 | 1000 0000 | 8 0 | 21 | 1100 0111 | c 7 | 29 | 0010 0001 | 2 1 |
| 6 | 0010 1011 | 2 b | 14 | 1001 1110 | 9 e | 22 | 1111 0111 | f 7 | 30 | 1000 0010 | 8 2 |
| 7 | 1101 0101 | d 5 | 15 | 1100 0011 | c 3 | 23 | 0000 1010 | 0 a | 31 | 1001 1000 | 9 8 |
| 8 | 1011 0000 | b 0 | 16 | 1010 0101 | a 5 | 24 | 0100 1011 | 4 b | 32 | 0110 1111 | 6 f |



Expand Down

0 comments on commit 45d2714

Please sign in to comment.