Skip to content

Commit

Permalink
Update DESCRIPTION.md (#32)
Browse files Browse the repository at this point in the history
3e and e3 mapping fix
  • Loading branch information
markrouz authored Jan 3, 2025
1 parent 7b60803 commit 7c144cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptography/hex/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Some examples:
|------|-------------|---------|
| `00` | `0000 0000` | `0` |
| `0e` | `0000 1110` | `14` |
| `3e` | `0111 1110` | `62` |
| `e3` | `1110 0111` | `227` |
| `3e` | `0011 1110` | `62` |
| `e3` | `1110 0011` | `227` |
| `ee` | `1110 1110` | `238` |

Now you're starting to see the beauty.
Expand Down

0 comments on commit 7c144cc

Please sign in to comment.