Merge remote-tracking branch 'public/integers_donna'

This commit is contained in:
Nick Mathewson
2013-02-15 15:55:36 -05:00
3 changed files with 9 additions and 2 deletions
@@ -22,8 +22,10 @@
* from the sample implementation.
*/
#include "orconfig.h"
#include <string.h>
#include <stdint.h>
#include "torint.h"
typedef uint8_t u8;
typedef uint64_t limb;
+3 -1
View File
@@ -46,8 +46,10 @@
* from the sample implementation.
*/
#include "orconfig.h"
#include <string.h>
#include <stdint.h>
#include "torint.h"
typedef uint8_t u8;
typedef int32_t s32;