You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the source code for the u32x2 macro you'll see that it is only defined when the target endianness is little-endian. Therefore, we need somebody to contribute a big-endian implementation in order for this code to compile, which should be easy.
After that, in order to get the code to link, we'd need to get the MIPS assembly source code for all the assembly language modules from OpenSSL. BoringSSL removed all the MIPS assembly language code and ring removed all the non-assembly language code. This second task is quite a bit of work.
The text was updated successfully, but these errors were encountered: