aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/elgamal.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-04-14 17:51:16 +0000
committerWerner Koch <[email protected]>1998-04-14 17:51:16 +0000
commit700c438def7defcdda1e806f4652b89987485882 (patch)
tree4bcf95b64e4e012351d8a837e329249a2963a397 /cipher/elgamal.c
parentnew release (diff)
downloadgnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz
gnupg-700c438def7defcdda1e806f4652b89987485882.zip
applied Mathews typo and grammar fixes
Diffstat (limited to 'cipher/elgamal.c')
-rw-r--r--cipher/elgamal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/elgamal.c b/cipher/elgamal.c
index c13181d90..ac02bde52 100644
--- a/cipher/elgamal.c
+++ b/cipher/elgamal.c
@@ -203,7 +203,7 @@ elg_generate( ELG_public_key *pk, ELG_secret_key *sk,
/****************
- * Test wether the secret key is valid.
+ * Test whether the secret key is valid.
* Returns: if this is a valid key.
*/
int
@@ -320,7 +320,7 @@ elg_sign(MPI a, MPI b, MPI input, ELG_secret_key *skey )
/****************
- * Returns true if the signature composed from A and B is valid.
+ * Returns true if the signature composed of A and B is valid.
*/
int
elg_verify(MPI a, MPI b, MPI input, ELG_public_key *pkey )