fixed decoding and cached read

This commit is contained in:
TLINDEN
2014-02-23 11:03:49 +01:00
parent 33d80dab29
commit 5dd40a1779
4 changed files with 36 additions and 8 deletions

View File

@@ -48,6 +48,7 @@
wrapper around file i/o or buffer i/o. It's used
in libpcp/crypto.c (more to follow), so it depends
on the caller if it works on files or on buffers.
Pcpstreams also automatically encode/decode Z85.
Lots of refactoring have been done to clear things
out and make the system work with the changes