mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 11:54:02 +00:00
6983b4fffc
This algorithm is used for example by the Thread 1.1.1 specification, which is not public but can be obtained free of charge at https://www.threadgroup.org/ThreadSpec Here it doesn't really make sense to define a parametrised family, as this really seems to be the only use of PBKDF2 with a CMAC-based PRF (or with any PRF other than HMAC with SHA1 or SHA2, for that matter). Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>