Skip to content

Commit

Permalink
feat: add Debug and Clone derives for Falcon signature
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Feb 14, 2024
1 parent 727ed8f commit d59ffe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dsa/rpo_falcon512/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ use core::cell::OnceCell;
/// 3. 625 bytes encoding the `s2` polynomial above.
///
/// The total size of the signature (including the extended public key) is 1563 bytes.
#[derive(Debug, Clone)]
pub struct Signature {
pub(super) pk: PublicKeyBytes,
pub(super) sig: SignatureBytes,
Expand Down

0 comments on commit d59ffe2

Please sign in to comment.