feat: add Debug and Clone derives for Falcon signature
This commit is contained in:
parent
727ed8fb3e
commit
d59ffe274a
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ use core::cell::OnceCell;
|
||||||
/// 3. 625 bytes encoding the `s2` polynomial above.
|
/// 3. 625 bytes encoding the `s2` polynomial above.
|
||||||
///
|
///
|
||||||
/// The total size of the signature (including the extended public key) is 1563 bytes.
|
/// The total size of the signature (including the extended public key) is 1563 bytes.
|
||||||
|
#[derive(Debug, Clone)]
|
||||||
pub struct Signature {
|
pub struct Signature {
|
||||||
pub(super) pk: PublicKeyBytes,
|
pub(super) pk: PublicKeyBytes,
|
||||||
pub(super) sig: SignatureBytes,
|
pub(super) sig: SignatureBytes,
|
||||||
|
|
Loading…
Add table
Reference in a new issue