aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler_elem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler_elem.c')
-rw-r--r--src/rps/gnunet-service-rps_sampler_elem.c2
1 files changed, 1 insertions, 1 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.