r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200

Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much.


svn:r16208
This commit is contained in:
Nick Mathewson
2008-07-25 14:43:24 +00:00
parent efc7f1ef8f
commit 9da0482007
11 changed files with 1311 additions and 1177 deletions
+1
View File
@@ -31,6 +31,7 @@
#include "util.h"
#include "log.h"
#include "crypto.h"
#include "address.h"
#define IDENTITY_KEY_BITS 3072
#define SIGNING_KEY_BITS 1024
+1
View File
@@ -8,6 +8,7 @@
#include "compat.h"
#include "util.h"
#include "address.h"
#include "log.h"
#include <stdio.h>