mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated SM2 WWMM (2) (markdown)
parent
155e482fdd
commit
e0b1a9c53d
@ -617,6 +617,6 @@ $T_3=(t_4+Y-Y>>32) \ast 2^{256}+(t_3 - Y<<32) \ast 2^{192} + (t_2 - Y) \ast 2^{1
|
||||
```
|
||||
vs.
|
||||
```asm
|
||||
MOVQ t0, AX
|
||||
MULQ $0x100000000
|
||||
MOVQ $0x100000000, AX
|
||||
MULQ t0
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user