Skip to content

Commit

Permalink
Merge pull request #17 from litchipi/main
Browse files Browse the repository at this point in the history
Fix result in rolling your own crypt: fixup result (was decimal, now hexa)
  • Loading branch information
francisrstokes authored Dec 1, 2024
2 parents 1063204 + 54e128e commit 4c04949
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 4c04949

Please sign in to comment.