diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EC_GROUP_new.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.gz openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.bz2 openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EC_GROUP_new.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EC_GROUP_new.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EC_GROUP_new.pod b/src/lib/libcrypto/doc/EC_GROUP_new.pod index ff55bf33a3..9ab3566e65 100644 --- a/src/lib/libcrypto/doc/EC_GROUP_new.pod +++ b/src/lib/libcrypto/doc/EC_GROUP_new.pod | |||
| @@ -48,8 +48,8 @@ EC_GROUP_set_curve_GFp sets the curve parameters B<p>, B<a> and B<b> for a curve | |||
| 48 | EC_group_get_curve_GFp obtains the previously set curve parameters. | 48 | EC_group_get_curve_GFp obtains the previously set curve parameters. |
| 49 | 49 | ||
| 50 | EC_GROUP_set_curve_GF2m sets the equivalent curve parameters for a curve over F2^m. In this case B<p> represents | 50 | EC_GROUP_set_curve_GF2m sets the equivalent curve parameters for a curve over F2^m. In this case B<p> represents |
| 51 | the irreducible polybnomial - each bit represents a term in the polynomial. Therefore there will either be three | 51 | the irreducible polynomial - each bit represents a term in the polynomial. Therefore there will either be three |
| 52 | or five bits set dependant on whether the polynomial is a trinomial or a pentanomial. | 52 | or five bits set dependent on whether the polynomial is a trinomial or a pentanomial. |
| 53 | EC_group_get_curve_GF2m obtains the previously set curve parameters. | 53 | EC_group_get_curve_GF2m obtains the previously set curve parameters. |
| 54 | 54 | ||
| 55 | The functions EC_GROUP_new_curve_GFp and EC_GROUP_new_curve_GF2m are shortcuts for calling EC_GROUP_new and the | 55 | The functions EC_GROUP_new_curve_GFp and EC_GROUP_new_curve_GF2m are shortcuts for calling EC_GROUP_new and the |
