Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/poly1305.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9248 by nmaya, Sat Apr 17 14:54:57 2021 UTC revision 9249 by nmaya, Sun May 16 14:24:03 2021 UTC
# Line 10  Line 10 
10  #ifndef POLY1305_H  #ifndef POLY1305_H
11  #define POLY1305_H  #define POLY1305_H
12    
13    #include <stdio.h>
14  #include <sys/types.h>  #include <sys/types.h>
15  typedef unsigned char u_char;  typedef unsigned char u_char;
 typedef unsigned int size_t;  
16  typedef unsigned char uint8_t;  typedef unsigned char uint8_t;
17  typedef unsigned int uint32_t;  typedef unsigned int uint32_t;
18  typedef unsigned long long uint64_t;  typedef unsigned long long uint64_t;

Legend:
Removed from v.9248  
changed lines
  Added in v.9249

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26