sm2ec: fix comment

This commit is contained in:
Sun Yimin 2023-06-15 21:50:25 +08:00 committed by GitHub
parent 008e826fdf
commit 50352995ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3607,14 +3607,14 @@ TEXT ·p256PointDouble6TimesAsm(SB),NOSPLIT,$256-16
// Store pointer to result
MOVQ AX, rptr
// Begin point double 1-5 rounds
// point double 1-5 rounds
p256PointDoubleRound()
p256PointDoubleRound()
p256PointDoubleRound()
p256PointDoubleRound()
p256PointDoubleRound()
// Begin point double 5
// last point double round
lastP256PointDouble()
RET