aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-09-06 14:05:40 +0000
committerJulius Bünger <buenger@mytum.de>2016-09-06 14:05:40 +0000
commitd6d12f337d2ff7184415ebbbbe1e0d58cdda1867 (patch)
tree044df0f435e41bd1bd72317a4121e53e1891651a /src
parent0793cc21dc77fd47cf1cedca3bc85f331ffe0bd0 (diff)
downloadgnunet-d6d12f337d2ff7184415ebbbbe1e0d58cdda1867.tar.gz
gnunet-d6d12f337d2ff7184415ebbbbe1e0d58cdda1867.zip
-rps doxygen
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-service-rps_sampler_elem.c2
-rw-r--r--src/rps/gnunet-service-rps_sampler_elem.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/gnunet-service-rps_sampler_elem.c b/src/rps/gnunet-service-rps_sampler_elem.c
index 4138700af..c22ed564b 100644
--- a/src/rps/gnunet-service-rps_sampler_elem.c
+++ b/src/rps/gnunet-service-rps_sampler_elem.c
@@ -78,7 +78,7 @@ RPS_sampler_elem_reinit (struct RPS_SamplerElement *sampler_el)
78 78
79 79
80/** 80/**
81 * (Re)Initialise given Sampler with random min-wise independent function. 81 * Create a sampler element and initialise it.
82 * 82 *
83 * In this implementation this means choosing an auth_key for later use in 83 * In this implementation this means choosing an auth_key for later use in
84 * a hmac at random. 84 * a hmac at random.
diff --git a/src/rps/gnunet-service-rps_sampler_elem.h b/src/rps/gnunet-service-rps_sampler_elem.h
index b7224331d..861a579bc 100644
--- a/src/rps/gnunet-service-rps_sampler_elem.h
+++ b/src/rps/gnunet-service-rps_sampler_elem.h
@@ -108,7 +108,7 @@ RPS_sampler_elem_reinit (struct RPS_SamplerElement *sampler_el);
108 108
109 109
110/** 110/**
111 * (Re)Initialise given Sampler with random min-wise independent function. 111 * Create a sampler element and initialise it.
112 * 112 *
113 * In this implementation this means choosing an auth_key for later use in 113 * In this implementation this means choosing an auth_key for later use in
114 * a hmac at random. 114 * a hmac at random.