feat: derive(Debug, Copy) for pss::BlindedSigningKey (#200)

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
This commit is contained in:
Nathaniel McCallum 2022-09-27 10:29:46 -04:00 committed by GitHub
parent 165f06f9cd
commit 6083c913f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -607,6 +607,7 @@ where
}
}
#[derive(Debug, Clone)]
pub struct BlindedSigningKey<D>
where
D: Digest,