We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125211d commit f2ba29fCopy full SHA for f2ba29f
src/ecdsa/serialized_signature.rs
@@ -45,7 +45,7 @@ impl PartialEq for SerializedSignature {
45
impl AsRef<[u8]> for SerializedSignature {
46
#[inline]
47
fn as_ref(&self) -> &[u8] {
48
- &*self
+ self
49
}
50
51
0 commit comments