mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
aeaa4f0651
- fix codding style - fix comments and descriptions - add helper function for montgomery curve - move N-2 calculation outside the loop - fix access to <data> bytes: *data[x] -> (*data)[x] Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>