Browse Source

feat: add Debug and Clone derives for Falcon signature

km/mkdocs-impl
Bobbin Threadbare 1 year ago
committed by Bobbin Threadbare
parent
commit
d59ffe274a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/dsa/rpo_falcon512/signature.rs

+ 1
- 0
src/dsa/rpo_falcon512/signature.rs

@ -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,

Loading…
Cancel
Save