Skip to content

Commit

Permalink
Correct typo in rsa_oaep.c
Browse files Browse the repository at this point in the history
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#13861)
  • Loading branch information
danbev authored and t8m committed Jan 15, 2021
1 parent 3bc061e commit 0434f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/rsa/rsa_oaep.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen,
}

/*
* Perform ihe padding as per NIST 800-56B 7.2.2.3
* Perform the padding as per NIST 800-56B 7.2.2.3
* from (K) is the key material.
* param (A) is the additional input.
* Step numbers are included here but not in the constant time inverse below
Expand Down

0 comments on commit 0434f98

Please sign in to comment.