aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-10-13 23:39:52 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-10-13 23:39:52 +0200
commit45b930823c25c0c13a86febf5f6c234f229d7498 (patch)
tree17f28a1910a7f8033d3d4e00e6c0fff6186ac44b
parent79d427561926066f6e80a8c0ece87e2c218e586e (diff)
downloadlibbrandt-45b930823c25c0c13a86febf5f6c234f229d7498.tar.gz
libbrandt-45b930823c25c0c13a86febf5f6c234f229d7498.zip
clarify docstring
-rw-r--r--crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto.c b/crypto.c
index b3b94a1..1d0dae3 100644
--- a/crypto.c
+++ b/crypto.c
@@ -540,8 +540,8 @@ smc_init3 (uint16_t size1, uint16_t size2, uint16_t size3)
540 540
541 541
542/** 542/**
543 * smc_sums_partial calculates sums up until the current index and stores them 543 * smc_sums_partial calculates sums up until and including the current index and
544 * in @a out. \f$\forall i \leq len: out_i=\sum_{h=1}^iin_h\f$ 544 * stores them in @a out. \f$\forall i \leq len: out_i=\sum_{h=1}^iin_h\f$
545 * 545 *
546 * @param[out] out Where to store the resulting sums. Points must already be 546 * @param[out] out Where to store the resulting sums. Points must already be
547 * initialized beforehand. 547 * initialized beforehand.