Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Varbin committed Jul 9, 2014
1 parent cd73a64 commit 12e2d7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Python XTEA

This is an implementation of XTEA-Cipher in Python (eXtended Tiny Encryption Algorithm).
This is a XTEA-Cipher implementation in Python (eXtended Tiny Encryption Algorithm).

XTEA is a blockcipher with 8 bytes blocksize and 16 bytes Keysize (128-Bit).
The algorithm is secure at 2014 with the recommend 64 rounds (32 cycles). This
Expand All @@ -21,5 +21,3 @@ Example:
Note

I does NOT guarantee that this implementation is secure. If there are bugs, tell me them.
Python 3 support is at work.
My GPG/PGP key: 0CB97138 (full fingerprint: 8F93 4984 3BA7 4A1C E5F2 A1BA 1338 DFDE 0CB9 7138)

0 comments on commit 12e2d7a

Please sign in to comment.