You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/04/14 13:37:05 UTC

[GitHub] [mynewt-core] utzig opened a new pull request #2567: crypto: mbedtls: optional montgomery curve support

utzig opened a new pull request #2567:
URL: https://github.com/apache/mynewt-core/pull/2567


   Add a new syscfg to enable/disable Curve448 support. Both Curve25519 and Curve448 are montgomery form elliptic curves, and bring in a lot of supporting code. Curve25519 was already disabled by default, but there was no option to disable Curve448, so the montgomery support code was built whenever MbedTLS based EC code was being used. Leaving this option disabled reduces MbedTLS' size by about 2KB (for EC users).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2567: crypto: mbedtls: optional montgomery curve support

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2567:
URL: https://github.com/apache/mynewt-core/pull/2567#issuecomment-819606832


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] utzig merged pull request #2567: crypto: mbedtls: optional montgomery curve support

Posted by GitBox <gi...@apache.org>.
utzig merged pull request #2567:
URL: https://github.com/apache/mynewt-core/pull/2567


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org