Closed franziskuskiefer closed 1 year ago
Let's add this in a followup (for all the TODOs).
You can introduce a CurveError Error variant and implement a From<p256::Error> for it. Then we can replace all the unwraps with ?.
CurveError
Error
From<p256::Error>
unwrap
?
_Originally posted by @franziskuskiefer in https://github.com/cryspen/atlas/pull/1#discussion_r1282230076_
Duplicate of #15 .
You can introduce a
CurveError
Error
variant and implement aFrom<p256::Error>
for it. Then we can replace all theunwrap
s with?
._Originally posted by @franziskuskiefer in https://github.com/cryspen/atlas/pull/1#discussion_r1282230076_