Update README

This commit is contained in:
kokke
2014-05-29 04:01:10 +02:00
parent a802f17fe3
commit e6bbc28243

2
README
View File

@@ -1,4 +1,4 @@
This is a small portable (and slow) implementation of AES128 in C.
This is a small portable (and slow?) implementation of AES128 in C.
AES128 ECB is symmetric, so you use the same function for encrypting and decrypting.