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:
parent
1d3da367ab
commit
ac80e1e15d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue