Merge branch 'main' into next

This commit is contained in:
Bobbin Threadbare
2024-09-13 11:01:04 -07:00
committed by GitHub
8 changed files with 83 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ use super::{
/// 2. 40 bytes for the nonce.
/// 4. 625 bytes encoding the `s2` polynomial above.
///
/// The total size of the signature is (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, PartialEq, Eq)]
pub struct Signature {
header: SignatureHeader,