[BACK]Return to rijndael.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/rijndael.h between version 1.6 and 1.7

version 1.6, 2001/01/29 01:58:17 version 1.7, 2001/03/01 03:38:33
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
   /* This is an independent implementation of the encryption algorithm:   */
   /*                                                                      */
   /*         RIJNDAEL by Joan Daemen and Vincent Rijmen                   */
   /*                                                                      */
   /* which is a candidate algorithm in the Advanced Encryption Standard   */
   /* programme of the US National Institute of Standards and Technology.  */
   /*                                                                      */
   /* Copyright in this implementation is held by Dr B R Gladman but I     */
   /* hereby give permission for its free direct or derivative use subject */
   /* to acknowledgment of its origin and compliance with any conditions   */
   /* that the originators of the algorithm place on its exploitation.     */
   /*                                                                      */
   /* Dr Brian Gladman (gladman@seven77.demon.co.uk) 14th January 1999     */
   
 #ifndef _RIJNDAEL_H_  #ifndef _RIJNDAEL_H_
 #define _RIJNDAEL_H_  #define _RIJNDAEL_H_
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7