mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
Fix amd64 bug
This commit is contained in:
parent
51b26c071d
commit
37ab6d67f3
@ -2201,3 +2201,12 @@ avx2GcmSm4DecDone:
|
|||||||
VMOVDQU ACC0, (tPtr)
|
VMOVDQU ACC0, (tPtr)
|
||||||
VZEROUPPER
|
VZEROUPPER
|
||||||
RET
|
RET
|
||||||
|
|
||||||
|
// func gcmSm4niEnc(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, rk []uint32)
|
||||||
|
TEXT ·gcmSm4niEnc(SB),NOSPLIT,$0
|
||||||
|
RET
|
||||||
|
|
||||||
|
// func gcmSm4niDec(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, rk []uint32)
|
||||||
|
TEXT ·gcmSm4niDec(SB),NOSPLIT,$0
|
||||||
|
RET
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user