Skip to content

Commit

Permalink
doc: Fix type of OSSL_KEM_PARAM_IKME for ML-KEM
Browse files Browse the repository at this point in the history
Fixes #26945

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl/openssl#26954)
  • Loading branch information
t8m committed Mar 4, 2025
1 parent 1d3da36 commit ac80e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man7/EVP_KEM-ML-KEM.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac80e1e

Please sign in to comment.