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

Diff for /src/usr.bin/ssh/poly1305.c between version 1.3 and 1.4

version 1.3, 2013/12/19 22:57:13 version 1.4, 2023/07/17 05:26:38
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * Public Domain poly1305 from Andrew Moon   * Public Domain poly1305 from Andrew Moon
  * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna   * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna
  */   */
   
 /* $OpenBSD$ */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdint.h>  #include <stdint.h>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4