mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-20 15:26:26 +08:00
Update SM4 and GF128
Merge sm4_tbox.c into sm4.c, optimize GMUL for AAarch64
This commit is contained in:
@@ -120,7 +120,7 @@ gf128_t gf128_add(gf128_t a, gf128_t b)
|
||||
return r;
|
||||
}
|
||||
|
||||
#ifndef ENABLE_GMUL_ARMV8
|
||||
#ifndef ENABLE_GMUL_AARCH64
|
||||
gf128_t gf128_mul(gf128_t a, gf128_t b)
|
||||
{
|
||||
gf128_t r = {0, 0};
|
||||
|
||||
Reference in New Issue
Block a user