You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signature: remove Default bound on SignatureEncoding::Repr (#1143)
Unfortunately the `Default` impl on `core` array types is still
problematic here:
error[E0277]: the trait bound `[u8; 64]: Default` is not satisfied
--> ed25519/src/lib.rs:339:17
|
339 | type Repr = SignatureBytes;
| ^^^^^^^^^^^^^^ the trait `Default` is not implemented for `[u8; 64]`
0 commit comments