diff --git a/TODO b/TODO index f2c4f5a..9ee876a 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,10 @@ vault checksum: add keysigs as well enable formats for secret key exports as well +PCPSTREAM changes: + - enable determine armor mode of input, parse headers, comments + and newlines away, decode and return the binary result with ps_read() + as before. Python binding, e.g.: py % cdll.LoadLibrary("libsodium.so.8") diff --git a/tests/Makefile.am b/tests/Makefile.am index 4a00126..ddad80d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,7 +34,8 @@ buffertest_SOURCES = buffertest.c sample_LDADD = ../libpcp/.libs/libpcp1.a sample_SOURCES = sample.c - +streamtest_LDADD = ../libpcp/.libs/libpcp1.a +streamtest_SOURCES = streamtest.c col_LDADD = ../libpcp/.libs/libpcp1.a col_SOURCES = collisions.c ../src/compat_getopt.c