summaryrefslogtreecommitdiff
path: root/lib/nettle/gost
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 09:47:24 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 17:24:55 +0100
commit76e210d8b96381455319ddf5fd2be711577a9577 (patch)
tree5b4d347444931ab924138127a165c0872cdbd371 /lib/nettle/gost
parentb978a25de5ef06754bf94bdfb2e6442b7fb6f1fa (diff)
downloadgnutls-76e210d8b96381455319ddf5fd2be711577a9577.tar.gz
Fix typos in lib/tmp-fix-typos-in-lib
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/nettle/gost')
-rw-r--r--lib/nettle/gost/ecc-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nettle/gost/ecc-internal.h b/lib/nettle/gost/ecc-internal.h
index 16d6828772..21bd98cfdc 100644
--- a/lib/nettle/gost/ecc-internal.h
+++ b/lib/nettle/gost/ecc-internal.h
@@ -127,7 +127,7 @@ struct ecc_curve
{
/* The prime p. */
struct ecc_modulo p;
- /* Group order. FIXME: Currently, many fucntions rely on q.size ==
+ /* Group order. FIXME: Currently, many functions rely on q.size ==
p.size. This has to change for radix-51 implementation of
curve25519 mod p arithmetic. */
struct ecc_modulo q;
@@ -202,7 +202,7 @@ gost_hash (const struct ecc_modulo *m,
/* Converts a point P in jacobian coordinates into a point R in affine
coordinates. If op == 1, produce x coordinate only. If op == 2,
- produce the x coordiante only, and in also it modulo q. FIXME: For
+ produce the x coordinate only, and in also it modulo q. FIXME: For
the public interface, have separate for the three cases, and use
this flag argument only for the internal ecc->h_to_a function. */
void