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
Could you explain the use case here?
Most of the actual Signature structs already have Display derived from tagged macro.
HotShot abstracts over some types, including Signatures, where it requires SignatureScheme, which means if hs-builder-core wants to abstract over those as well, it cannot rely on specific types' Display implementation.
I'm asking for new bounds in SignatureScheme:
SignatureScheme::Signature: Display
<<SignatureScheme::Signature> as TryFrom<TaggedBase64>>::Error: Display (or <SignatureScheme::Signature>: TryFrom<TaggedBase64, Error=Tb64Error>, since Tb64Error is Display and every Signature probably already uses Tb64Error)
Need
Display
trait bound forjf_primitives::SignatureScheme::Signature
<Signature as TryFrom<TaggedBase64>>::Error
@QuentinI please add what you need to this issue.
The text was updated successfully, but these errors were encountered: