mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
try it
This commit is contained in:
parent
bb54bbcc06
commit
252325c878
@ -733,13 +733,13 @@ encStartSingles:
|
||||
// Prepare 4 counters
|
||||
VMOV CTR.B16, B0.B16
|
||||
VADD B0.S4, INC.S4, B1.S4
|
||||
VREV32 B0.B16, B0.B16
|
||||
//VREV32 B0.B16, B0.B16
|
||||
VADD B1.S4, INC.S4, B2.S4
|
||||
VREV32 B1.B16, B1.B16
|
||||
//VREV32 B1.B16, B1.B16
|
||||
VADD B2.S4, INC.S4, B3.S4
|
||||
VREV32 B2.B16, B2.B16
|
||||
//VREV32 B2.B16, B2.B16
|
||||
VADD B3.S4, INC.S4, CTR.S4
|
||||
VREV32 B3.B16, B3.B16
|
||||
//VREV32 B3.B16, B3.B16
|
||||
|
||||
// encryption first 4 blocks
|
||||
PRE_TRANSPOSE_MATRIX(B0, B1, B2, B3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user