MbedTLS and ARM crypto extensions (ARMv7)

Is the ARMv8 extensions optimised version work in progress? Does it support the crypto extension for the 32 bit architecture? I am working with Cortex-A7 (ARMv7) and I would like to know if I can benefit from the ARMv8 optimised version.

Hi @vysh
The ARMv8 work is being done here, however there is still work to be done. For example, since this PR was raised, the crypto part was seperated into a different repository.
Unfortunately, I don’t have a timeline on when the support will be ready, as there are other tasks with higher priority.
Regards,
Mbed TLS Support
Ron

Thanks @roneld01