diff options
Diffstat (limited to 'Source/charon/transforms/rsa')
-rw-r--r-- | Source/charon/transforms/rsa/rsa_private_key.h | 2 | ||||
-rw-r--r-- | Source/charon/transforms/rsa/rsa_public_key.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/rsa/rsa_private_key.h b/Source/charon/transforms/rsa/rsa_private_key.h index 2e24c34ec..094c3e249 100644 --- a/Source/charon/transforms/rsa/rsa_private_key.h +++ b/Source/charon/transforms/rsa/rsa_private_key.h @@ -48,7 +48,7 @@ typedef struct rsa_private_key_t rsa_private_key_t; struct rsa_private_key_t { /** - * @bief Build a signature over a chunk using EMSA-PKCS1 encoding. + * @brief Build a signature over a chunk using EMSA-PKCS1 encoding. * * This signature creates a hash using the specified hash algorithm, concatenates * it with an ASN1-OID of the hash algorithm and runs the RSASP1 function diff --git a/Source/charon/transforms/rsa/rsa_public_key.h b/Source/charon/transforms/rsa/rsa_public_key.h index 657f7f5a6..a4671b148 100644 --- a/Source/charon/transforms/rsa/rsa_public_key.h +++ b/Source/charon/transforms/rsa/rsa_public_key.h @@ -49,7 +49,7 @@ typedef struct rsa_public_key_t rsa_public_key_t; struct rsa_public_key_t { /** - * @bief Verify a EMSA-PKCS1 encodined signature. + * @brief Verify a EMSA-PKCS1 encodined signature. * * Processes the supplied signature with the RSAVP1 function, * selects the hash algorithm form the resultign ASN1-OID and |