mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed tilde z85 headers in signature stuff as well
This commit is contained in:
6
TODO
6
TODO
@@ -17,6 +17,8 @@ vault checksum: add keysigs as well
|
||||
|
||||
enable formats for secret key exports as well
|
||||
|
||||
Add newlines to headers in define.h, so strlen() later catches the whole length.
|
||||
|
||||
Z85 headers:
|
||||
- currently I use "----- BEGIN ... -----" and "----- END ... -----" as
|
||||
header and footer for various z85 encoded outputs. The problem is, that
|
||||
@@ -42,10 +44,6 @@ Z85 headers:
|
||||
is marked as to be ignored which could be saved as a state when using
|
||||
blockmode.
|
||||
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user