mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added pcpstream, which wraps buffers or file i/o, so crypto code doesn't have to know if it works with a file or a buffer. makes the api much more flexible
This commit is contained in:
7
TODO
7
TODO
@@ -29,6 +29,13 @@ Unitttests:
|
||||
|
||||
- sometimes secret key is empty
|
||||
|
||||
libpcp/crypto.c: the stream versions must return the output streams, not close them
|
||||
|
||||
|
||||
|
||||
crypto.c: In function 'pcp_encrypt_stream':
|
||||
crypto.c:379: warning: assignment makes integer from pointer without a cast
|
||||
crypto.c:383: warning: assignment makes integer from pointer without a cast
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user