Commit Graph

3 Commits

Author SHA1 Message Date
Mara Mihali
dda7a6fb46 stuff 2022-07-20 16:47:57 +01:00
François Garillot
9e4c166edb Refactor to idiomatic Result/Option patterns (#25)
This:
- introduces a small [thiserror](https://github.com/dtolnay/thiserror)-powered enum to improve ProofVerifyError's messages,
- refactors point decompression errors into a variant of that enum, thereby suppressing the panics which occur when decompresison fails.
- folds other panics into the Error cases of their enclosing `Result` return
2020-09-29 15:18:43 -07:00
Srinath Setty
95b9ad35a6 initial commit 2020-07-24 14:41:48 -07:00