-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No AES base alias function . #29
Comments
Correct, it would be nice but note it's a very difficult task to write equal-time base functions in C. |
Is there any method to make sure "equal-time" ? I am preparing AES job , I must setup some local test firstly |
Hi, @haoyu01. you still working on this ? We are trying to add aes implemention using AES instruction set directly. |
@IamFive , I haven't start AES job . |
@haoyu01 I am working on this for Huawei, but they did not accept this solution (using AES instruction like |
AES function does not implement base functions . As a result , only x86 platform can support AES functions now .
That's different with other functions
I think we should implement base functions
The text was updated successfully, but these errors were encountered: