Skip to content

Commit aaeded0

Browse files
committed
Make cryptopals challenge link more obvious
1 parent f5a9449 commit aaeded0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repository is for all the work done on Cryptography as part of the [Cambrid
1515
- [Block ciphers modes of operation](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation)
1616
- 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.
1717
- [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/)
1919
- [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).
2020

2121

0 commit comments

Comments
 (0)