X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=des.h;h=241a4b5f93cec4e09e25eb3be1c2226f386e209b;hb=f58eb2f22289048ea43fd8124b912d653d3c646e;hp=45b29b512462dd0a969264f9916fb2cb9ce43237;hpb=79c9a6582ba071646a3062175715f59ebe210603;p=avr-crypto-lib.git diff --git a/des.h b/des.h index 45b29b5..241a4b5 100644 --- a/des.h +++ b/des.h @@ -11,7 +11,7 @@ #define DES_H_ #include -/* 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