doc: Fix type of OSSL_KEM_PARAM_IKME for ML-KEM

Fixes #26945

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26954)
This commit is contained in:
Tomas Mraz 2025-03-03 12:02:29 +01:00
parent 1d3da367ab
commit ac80e1e15d

View file

@ -15,7 +15,7 @@ about basic KEM operations.
=over 4
=item "ikme" (B<OSSL_KEM_PARAM_IKME>)<UTF8 string>
=item "ikme" (B<OSSL_KEM_PARAM_IKME>) <octet string>
The OpenSSL ML-KEM encapsulation mechanism can only be modified by
setting randomness during encapsulation, this enables testing, as per