added Buffer "class" based on openssh/buffer.c, which is a really beautiful idea. I'll use this for file i/o and data handling

This commit is contained in:
git@daemon.de
2014-02-07 16:58:02 +01:00
parent cb873e3681
commit 5161e15c69
8 changed files with 327 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ libpcp1_la_SOURCES = mac.c mem.c pad.c version.c \
vault.c fatal.c jenhash.c digital_crc32.c \
crypto.c ed.c keyhash.c scrypt.c \
scrypt/crypto/sha256.c scrypt/crypto/crypto_scrypt-nosse.c \
base85.c util.c
base85.c util.c buffer.c
include_HEADERS = ../include/pcp.h