mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
Advantages of a custom error type: - It can be more easily integrated into other error types by clients; they can implement From<FromBytesError> for their error types, or they can use a library like failure. - It is a zero-sized type, which can enable some representational optimizations. - It can be easier and more stable to test for. |
||
|---|---|---|
| .. | ||
| ed25519.rs | ||
| lib.rs | ||