diff --git a/README.md b/README.md index 490de38e..d8500b55 100644 --- a/README.md +++ b/README.md @@ -523,4 +523,8 @@ $ cd /component-samples/demo/device $ java -jar device.jar ``` +## Notice: Use of Bouncy Castle FIPS as Security Provider in FDO Project +The PRI FIDO IOT component uses Bouncy Castle FIPS as the primary security provider for all cryptographic operations within the project with the exception of the KDF. + +The KDF implementation is compliant with the FIDO specification and is not based on the Bouncy Castle FIPS.