Skip to content

Commit

Permalink
doc: nrf_security: Be more precise about prioritization
Browse files Browse the repository at this point in the history
Be more precise about prioritization.

Signed-off-by: Sebastian Bøe <[email protected]>
  • Loading branch information
SebastianBoe authored and rlubos committed May 13, 2024
1 parent ba69d4d commit 8b357b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nrf/security/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The module can be enabled through the :kconfig:option:`CONFIG_NRF_SECURITY` Kcon
The :ref:`nrf_security` acts as an orchestrator for the different cryptographic libraries available in the system.
These libraries include the binary versions of accelerated cryptographic libraries listed in :ref:`nrfxlib:crypto`, and the open source Mbed TLS implementation in |NCS| located in `sdk-mbedtls`_.

The Kconfig option :kconfig:option:`CONFIG_NRF_SECURITY` prioritizes the usage of the accelerated libraries by default when this is supported by the platform.
HW accelerated libraries are prioritized over SW libraries when both are enabled.
For more information about the configuration and usage of the :ref:`nrf_security`, see the :ref:`nrf_security_config` page.

See also :ref:`crypto_samples` for examples of how to configure and perform different cryptographic operations in the |NCS|.
Expand Down

0 comments on commit 8b357b3

Please sign in to comment.