mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
brought to current
This commit is contained in:
4
TODO
4
TODO
@@ -18,6 +18,10 @@ vault checksum: add keysigs as well
|
|||||||
enable formats for secret key exports 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.:
|
Python binding, e.g.:
|
||||||
py % cdll.LoadLibrary("libsodium.so.8")
|
py % cdll.LoadLibrary("libsodium.so.8")
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ buffertest_SOURCES = buffertest.c
|
|||||||
sample_LDADD = ../libpcp/.libs/libpcp1.a
|
sample_LDADD = ../libpcp/.libs/libpcp1.a
|
||||||
sample_SOURCES = sample.c
|
sample_SOURCES = sample.c
|
||||||
|
|
||||||
|
streamtest_LDADD = ../libpcp/.libs/libpcp1.a
|
||||||
|
streamtest_SOURCES = streamtest.c
|
||||||
|
|
||||||
col_LDADD = ../libpcp/.libs/libpcp1.a
|
col_LDADD = ../libpcp/.libs/libpcp1.a
|
||||||
col_SOURCES = collisions.c ../src/compat_getopt.c
|
col_SOURCES = collisions.c ../src/compat_getopt.c
|
||||||
|
|||||||
Reference in New Issue
Block a user