Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/poly1305.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|