Skip to content

Commit

Permalink
rolling your own crypt: fixup result (was decimal, now hexa)
Browse files Browse the repository at this point in the history
Signed-off-by: Litchi Pi <[email protected]>
  • Loading branch information
litchipi committed Nov 29, 2024
1 parent 1063204 commit 54e128e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2022/6/15/rolling-your-own-crypto-aes.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ In binary form, this would be `0b100011011` (or `0x11B` in hex). For illustrativ
------------
000000101110
= 101110 = 0x46
= 101110 = 0x2E
```

### A computational approach
Expand Down

0 comments on commit 54e128e

Please sign in to comment.