chore: fix typos (#321)

This commit is contained in:
Elias Rad
2024-07-24 21:35:57 +03:00
committed by GitHub
parent f72add58cd
commit d6ab367d32
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ use num::Zero;
/// 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,