Author :
naddy
Date :
2018-11-17 01:06:24
Hash :88bd0666 Message :Disable assembly code across all architectures.
This only provides amd64 and i386 implementations of AES. The i386 one
has non-PIC code, and the amd64 one provides little performance gain
(less than 20% in a comparison of aes-128-ctr with the C code).
ok Brad