Skip to content

Commit

Permalink
Forgot a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro committed Mar 3, 2017
1 parent d0d7250 commit bd4a432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ands/algorithms/crypto/one_time_pad.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
- [https://learncryptography.com/classical-encryption/one-time-pad](https://learncryptography.com/classical-encryption/one-time-pad)
- [https://www.khanacademy.org/computing/computer-science/cryptography/crypt/v/one-time-pad](https://www.khanacademy.org/computing/computer-science/cryptography/crypt/v/one-time-pad)
- [http://python-reference.readthedocs.io/en/latest/docs/operators/bitwise_XOR.html](http://python-reference.readthedocs.io/en/latest/docs/operators/bitwise_XOR.html)
- [https://en.wikipedia.org/wiki/One-time_pad](https://en.wikipedia.org/wiki/One-time_pad)
"""

Expand Down

0 comments on commit bd4a432

Please sign in to comment.