summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 13:52:19 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 13:52:19 +0000
commit9e4f9b36fc64146382f1023526bba8d98bf53125 (patch)
tree5ebf719763007ebe536825907cf0cdde4b2cfe38 /CHANGES
parent84d7e365a0833a59d53faa759c77faf561106437 (diff)
typos
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 6684dafa3d..680eb18978 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,8 +36,8 @@
between the implementations for prime fields and binary fields;
the above ..._GF2m functions (except for EX_GROUP_new_curve_GF2m)
are essentially identical to their ..._GFp counterparts.
- (For simplicity, '..._GFp' prefix has been dropped from various
- internal method names.)
+ (For simplicity, the '..._GFp' prefix has been dropped from
+ various internal method names.)
An internal 'field_div' method (similar to 'field_mul' and
'field_sqr') has been added; this is used only for binary fields.
@@ -45,7 +45,7 @@
[Sheueling Chang Shantz and Douglas Stebila
(Sun Microsystems Laboratories)]
- *) Optionally dispatch EC_PONT_mul(), EC_POINT_precompute_mult()
+ *) Optionally dispatch EC_POINT_mul(), EC_POINT_precompute_mult()
through methods ('mul', 'precompute_mult').
The generic implementations (now internally called 'ec_wNAF_mul'