initial commit

This commit is contained in:
TLINDEN
2013-10-28 22:50:05 +01:00
parent 92c0dcbebf
commit 2d7babae35
113 changed files with 61619 additions and 4 deletions

19
tests/invalidkeys.h Normal file
View File

@@ -0,0 +1,19 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <sodium.h>
#include <limits.h>
#include "mem.h"
#include "defines.h"
#include "keyprint.h"
#include "key.h"
#include "vault.h"
void mkinv(pcp_key_t *k, int type);
void mkinvp(pcp_pubkey_t *k, int type);
void mkinvv(const char *name, int type);
FILE *F(char *filename);
void pr(char *t, unsigned char *b, size_t s);