Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a08e23f68e035097f7f5a4572c611c1c0ae500e3
/
.
/
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
.