Skip to content
Snippets Groups Projects
Commit e13b0437 authored by akwizgran's avatar akwizgran
Browse files

Rewrote the bundle reading and writing code to eliminate copying. Signatures...

Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
parent 70c698ca
No related branches found
No related tags found
No related merge requests found
Showing
with 247 additions and 312 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment