]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - des.h
+Grain +corrected orthograpic some errors
[avr-crypto-lib.git] / des.h
diff --git a/des.h b/des.h
index 45b29b512462dd0a969264f9916fb2cb9ce43237..241a4b5f93cec4e09e25eb3be1c2226f386e209b 100644 (file)
--- a/des.h
+++ b/des.h
@@ -11,7 +11,7 @@
 #define DES_H_
 
 #include <stdint.h>
-/* the FIPS 46-3 (1999-10-25) name for triple DES is triple data encrytion algorithm so TDEA.
+/* the FIPS 46-3 (1999-10-25) name for triple DES is triple data encryption algorithm so TDEA.
  * Also we only implement the three key mode  */
 #define tdea_encrypt tdes_encrypt
 #define tdea_decrypt tdes_decrypt