You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This repository is for all the work done on Cryptography as part of the [Cambrid
15
15
-[Block ciphers modes of operation](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation)
16
16
- The [notes in the Libtomcrypt library](https://github.com/libtom/libtomcrypt/tree/develop/notes) contain test vectors, and many practical implementation guidelines. The Libtomcrypt code also seems to be beginner friendly.
17
17
-[Clear explanation of the Padding Oracle Attack with examples](http://robertheaton.com/2013/07/29/padding-oracle-attack/)
18
-
-[Set of modern crypto challenges](http://cryptopals.com/)
18
+
-[Cryptopals challenges](http://cryptopals.com/)
19
19
-[Thorough speed test of common crypto libraries](https://panthema.net/2008/0714-cryptography-speedtest-comparison/) Note well, this excludes the more recent [NaCl](https://nacl.cr.yp.to/) and [NSS](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS).
0 commit comments