summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/crypto/c_skein.h
diff options
context:
space:
mode:
authorTony Butler <spudz76@gmail.com>2018-05-03 16:00:58 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2018-05-03 16:00:58 +0100
commit3cd0bd9543ff26210b571fdb71128a214f091eb9 (patch)
tree6dc4c795f2bf3fc28f874f2f92473d8c59bf7768 /xmrstak/backend/cpu/crypto/c_skein.h
parent478a023ff62d1ebccb9547c1a152b7d296c11fb2 (diff)
downloadxmr-stak-3cd0bd9543ff26210b571fdb71128a214f091eb9.zip
xmr-stak-3cd0bd9543ff26210b571fdb71128a214f091eb9.tar.gz
Spell check
Diffstat (limited to 'xmrstak/backend/cpu/crypto/c_skein.h')
-rw-r--r--xmrstak/backend/cpu/crypto/c_skein.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmrstak/backend/cpu/crypto/c_skein.h b/xmrstak/backend/cpu/crypto/c_skein.h
index 86dbc08..1aa11de 100644
--- a/xmrstak/backend/cpu/crypto/c_skein.h
+++ b/xmrstak/backend/cpu/crypto/c_skein.h
@@ -9,7 +9,7 @@
** This algorithm and source code is released to the public domain.
**
***************************************************************************
-**
+**
** The following compile-time switches may be defined to control some
** tradeoffs between speed, code size, error checking, and security.
**
@@ -20,8 +20,8 @@
** [default: no callouts (no overhead)]
**
** SKEIN_ERR_CHECK -- how error checking is handled inside Skein
-** code. If not defined, most error checking
-** is disabled (for performance). Otherwise,
+** code. If not defined, most error checking
+** is disabled (for performance). Otherwise,
** the switch value is interpreted as:
** 0: use assert() to flag errors
** 1: return SKEIN_FAIL to flag errors
@@ -42,6 +42,6 @@ typedef u08b_t SkeinBitSequence; /* bit stream type */
/* "all-in-one" call */
SkeinHashReturn skein_hash(int hashbitlen, const SkeinBitSequence *data,
- SkeinDataLength databitlen, SkeinBitSequence *hashval);
+ SkeinDataLength databitlen, SkeinBitSequence *hashval);
#endif /* ifndef _SKEIN_H_ */
OpenPOWER on IntegriCloud