betrusted-curve25519-dalek-.../src
Without Boats b5b295e414
Use a custom error type instead of &'static str.
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.
2017-12-05 18:13:43 -08:00
..
ed25519.rs Use a custom error type instead of &'static str. 2017-12-05 18:13:43 -08:00
lib.rs Use a custom error type instead of &'static str. 2017-12-05 18:13:43 -08:00