projects
/
cipher-training.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7722e2c
)
Fixed typo in slide 1
author
Neil Smith
<neil.git@njae.me.uk>
Sat, 8 Mar 2014 13:52:48 +0000
(08:52 -0500)
committer
Neil Smith
<neil.git@njae.me.uk>
Sat, 8 Mar 2014 13:52:48 +0000
(08:52 -0500)
slides/caesar-encipher.html
patch
|
blob
|
history
diff --git
a/slides/caesar-encipher.html
b/slides/caesar-encipher.html
index a4d5b2df15bbec0f783b85e6a2d2658314a32742..3c403953ac985a2fc8c4b9175abd679eed55275a 100644
(file)
--- a/
slides/caesar-encipher.html
+++ b/
slides/caesar-encipher.html
@@
-64,7
+64,7
@@
ord()
chr()
-mod()
+%
```
* What are good test cases?
@@
-177,6
+177,8
@@
for p in plaintext:
ciphertext += caesar_encipher_letter(p, key)
```
+...but easily generalisable
+
---
# Doing all the letters