Skip to content

Commit c9049e5

Browse files
committed
fix docstring
1 parent eeca630 commit c9049e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/asm/crypto/dsa/rpo_falcon512.masm

+2-2
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,10 @@ end
582582
#!
583583
#! Inputs:
584584
#! Operand stack: [PK, MSG, ...]
585-
#! Advice stack: [tau0, tau1, h_0, ..., h_511, s2_0, ..., s2_511, pi_0, ..., pi_1022, nonce0, ..., nonce7]
585+
#! Advice stack: [SIG, tau0, tau1, h_0, ..., h_511, s2_0, ..., s2_511, pi_0, ..., pi_1022, nonce0, ..., nonce7]
586586
#! Outputs:
587587
#! Operand stack: []
588-
#! Advice stack: [SIG]
588+
#! Advice stack: []
589589
#!
590590
#! where:
591591
#! - tau = (tau0, tau1) is an element in the quadratic field extension at which the product relation

0 commit comments

Comments
 (0)