mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 20:56:18 +08:00
sm2ec: fix comment
This commit is contained in:
parent
008e826fdf
commit
50352995ae
@ -3607,14 +3607,14 @@ TEXT ·p256PointDouble6TimesAsm(SB),NOSPLIT,$256-16
|
|||||||
// Store pointer to result
|
// Store pointer to result
|
||||||
MOVQ AX, rptr
|
MOVQ AX, rptr
|
||||||
|
|
||||||
// Begin point double 1-5 rounds
|
// point double 1-5 rounds
|
||||||
p256PointDoubleRound()
|
p256PointDoubleRound()
|
||||||
p256PointDoubleRound()
|
p256PointDoubleRound()
|
||||||
p256PointDoubleRound()
|
p256PointDoubleRound()
|
||||||
p256PointDoubleRound()
|
p256PointDoubleRound()
|
||||||
p256PointDoubleRound()
|
p256PointDoubleRound()
|
||||||
|
|
||||||
// Begin point double 5
|
// last point double round
|
||||||
lastP256PointDouble()
|
lastP256PointDouble()
|
||||||
|
|
||||||
RET
|
RET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user