[svn] / ecrypt / trunk / submissions / nls / v2 / sync-ae / nls-v2.c  

svn: ecrypt/trunk/submissions/nls/v2/sync-ae/nls-v2.c

Diff for /ecrypt/trunk/submissions/nls/v2/sync-ae/nls-v2.c between version 206 and 207

version 206, Mon Jan 29 20:29:42 2007 UTC version 207, Fri Mar 23 09:43:20 2007 UTC
Line 1 
Line 1 
 /* $Id: ecrypt-nls.c 388 2005-04-28 21:04:09Z mwp $ */  /* $Id: ecrypt-nls.c 444 2006-05-17 07:41:23Z mwp $ */
 /* Ecrypt API wrapper for NLS */  /* Ecrypt API wrapper for NLS */
   
 /*  /*
Line 124 
Line 124 
   
         #define ENCRYPT_BYTES 1000020          #define ENCRYPT_BYTES 1000020
         const char encrypt_start_vector[] = {          const char encrypt_start_vector[] = {
                 0x8a, 0xad, 0x39, 0xfd, 0x4a, 0xfa, 0xeb, 0xde, 0x05, 0xb7,                  0x98, 0x24, 0x4b, 0xf3, 0x22, 0x43, 0xbc, 0x5d, 0x0b, 0x73,
                 0x27, 0x8e, 0x4a, 0xe3, 0xdf, 0xa9, 0x66, 0xc2, 0x1c, 0x52                  0x63, 0xd4, 0x8b, 0x92, 0x15, 0xf1, 0xc0, 0x91, 0x34, 0x7f
         };          };
         const char encrypt_end_vector [] = {          const char encrypt_end_vector [] = {
                 0x94, 0x46, 0x32, 0x50, 0xb1, 0x36, 0x9f, 0xa2, 0x7e, 0x63,                  0x01, 0x8f, 0xa9, 0x0a, 0xe6, 0x9a, 0xdb, 0xe0, 0x5f, 0x49,
                 0x2b, 0x05, 0x8c, 0xdd, 0x13, 0x1a, 0xa1, 0x11, 0xca, 0xad                  0xcc, 0x73, 0x7e, 0x73, 0x2a, 0x6a, 0xb2, 0x67, 0x45, 0x84,
         };          };
   
         #define MAC_BYTES 100          #define MAC_BYTES 100
         const char mac_vector [] = {          const char mac_vector [] = {
                 0x52, 0xf7, 0x11, 0x7f, 0x5b, 0x0c, 0x33, 0xde, 0x87, 0x61,                  0xfb, 0xe3, 0x46, 0xc2, 0xa0, 0x4a, 0x81, 0x16, 0xfb, 0xda,
                 0xab, 0xb6, 0xb5, 0xe4, 0xea, 0x91, 0x46, 0xf7, 0x78, 0xe0                  0x40, 0x28, 0xcf, 0x70, 0xe0, 0x6b, 0x7c, 0x57, 0x6f, 0x5f,
         };          };
   
         ECRYPT_ctx ctx;          ECRYPT_ctx ctx;


Generate output suitable for use with a patch program
Legend:
Removed from v.206  
changed lines
  Added in v.207

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help