@@ -28,7 +28,7 @@ C<s> types have smaller signature sizes, and the C<f> variants are faster,
2828(The signatures range from ~8K to ~50K depending on the type chosen). There are
29293 different security categories also depending on the type.
3030
31- L<EVP_SIGNATURE_fetch(3)> can be used toexplicitely fetch one of the 12
31+ L<EVP_SIGNATURE_fetch(3)> can be used toexplicitly fetch one of the 12
3232algorithms which can then be used with L<EVP_PKEY_sign_message_init(3)>,
3333L<EVP_PKEY_sign(3)>, L<EVP_PKEY_verify_message_init(3)>, and
3434L<EVP_PKEY_verify(3)> to perform one-shot message signing or verification.
@@ -38,7 +38,7 @@ encodes the message internally as 0x00 || len(ctx) || ctx || message.
3838where B<ctx> is some optional value of size 0x00..0xFF.
3939OpenSSL also allows the message to not be encoded which is required for
4040testing. OpenSSL does not support Pre Hash SLH-DSA Signature Generation, but this
41- may be done by the user by doing Pre hash encoding externally and thenchosing
41+ may be done by the user by doing Pre hash encoding externally and thenchoosing
4242the option to not encode the message.
4343
4444=head2 SLH-DSA Signature Parameters