这算逆优化么 😂
结果:
arch -arm64e openssl speed -evp aes-256-gcm
LibreSSL 2.8.3
built on: date not available
options:bn(64,64) rc4(ptr,int) des(idx,cisc,16,int) aes(partial) blowfish(idx)
compiler: information not available
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-gcm 143582.05k 146068.54k 143675.00k 143172.47k 143065.32k
arch -x86_64 openssl speed -evp aes-256-gcm
LibreSSL 2.8.3
built on: date not available
options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx)
compiler: information not available
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-gcm 513189.06k 1466338.36k 1692859.34k 1656888.24k 1660308.10k