sjanc commented on code in PR #1639:
URL: https://github.com/apache/mynewt-nimble/pull/1639#discussion_r1480212168
##########
nimble/host/syscfg.yml:
##########
@@ -101,6 +101,10 @@ syscfg.defs:
description: 'Security manager secure connections (4.2).'
value: 0
+ BLE_SM_USE_TINYCRYPT:
Review Comment:
I'd make this choice option
BLE_SM_CRYPTO:
value: tinycrypt
choices:
- tinycrypt
- mbedtls
Although mbedtls seems to be bigger than tinycrypt it may stil be preferred
if application is already using it for other reasons
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]