Commit 3f1f9ec
Implement
* First steps
* Deserialize prime
* Impl CairoPieMemory::from_bytes
* Finish read_zip_file
* Fix endianness
* Impl deserialize for hash additional data
* Impl custom deser for signature additional data
* Deserialize hash additional data as a sequence
* Add more test cases
* Clippy
* Remove todo from pre-existing code
* Use a constant for prime
* Fix imports
* Remove files generated by test
* Add changelog entry
* Fix imports
* Fix imports
* Use ok_or_else instead or ok_or
* Create HashMap with capacity upon deserialization
Co-authored-by: Mario Rugiero <[email protected]>
* Use a BufReader to read json files in zip
---------
Co-authored-by: Mario Rugiero <[email protected]>CairoPie::read_zip_file (#1729)1 parent 87dcd17 commit 3f1f9ec
2 files changed
+297
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments