diff --git a/ecdsa/src/lib.rs b/ecdsa/src/lib.rs index 70cbfff4..7335bc66 100644 --- a/ecdsa/src/lib.rs +++ b/ecdsa/src/lib.rs @@ -183,6 +183,13 @@ where } } +impl Copy for Signature +where + SignatureSize: ArrayLength, + as ArrayLength>::ArrayType: Copy, +{ +} + impl Debug for Signature where SignatureSize: ArrayLength,