Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: implement std::error::Error for HpkeError
This commit implements `std::error::Error`, and `std::fmt::Display` for `HpkeError`, matching the approach already used for `hpke_rs_crypto::Error`. This makes handling `HpkeError` as a generic `Error` easier in downstream crates.
- Loading branch information