We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93d9e5 commit da3e2b3Copy full SHA for da3e2b3
1 file changed
src/ed25519.rs
@@ -157,6 +157,7 @@ impl Deref for Signature {
157
}
158
159
/// The state of a streaming verification operation.
160
+#[derive(Clone)]
161
pub struct VerifyingState {
162
hasher: sha512::Hash,
163
signature: Signature,
@@ -236,6 +237,7 @@ impl PublicKey {
236
237
238
239
/// The state of a streaming signature operation.
240
241
pub struct SigningState {
242
243
az: [u8; 64],
0 commit comments