Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2ebad47eaa9a1a7bd7bceb82d8f61bcbd367eb00
/
.
/
subsys
/
bluetooth
/
crypto
/
Kconfig
blob: ccf5a8b641b4bf34af841f7a942513139a6359d9 [
file
] [
log
] [
blame
]
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BT_CRYPTO
bool
select
TINYCRYPT
select
TINYCRYPT_AES
select
TINYCRYPT_AES_CMAC
help
This
option enables the
Bluetooth
Cryptographic
Toolbox
.