-rps doxygen
authorJulius Bünger <buenger@mytum.de>
Tue, 6 Sep 2016 14:05:40 +0000 (14:05 +0000)
committerJulius Bünger <buenger@mytum.de>
Tue, 6 Sep 2016 14:05:40 +0000 (14:05 +0000)
src/rps/gnunet-service-rps_sampler_elem.c
src/rps/gnunet-service-rps_sampler_elem.h

index 4138700afcdf4bae849f5e656e123f7ce5873828..c22ed564b6a2a53970cd18d8adb46f87c14565fe 100644 (file)
@@ -78,7 +78,7 @@ RPS_sampler_elem_reinit (struct RPS_SamplerElement *sampler_el)
 
 
 /**
- * (Re)Initialise given Sampler with random min-wise independent function.
+ * Create a sampler element and initialise it.
  *
  * In this implementation this means choosing an auth_key for later use in
  * a hmac at random.
index b7224331df624abd13a829cc3918c59897ff1894..861a579bc0b8bbafb5f24443485f322d1b6078aa 100644 (file)
@@ -108,7 +108,7 @@ RPS_sampler_elem_reinit (struct RPS_SamplerElement *sampler_el);
 
 
 /**
- * (Re)Initialise given Sampler with random min-wise independent function.
+ * Create a sampler element and initialise it.
  *
  * In this implementation this means choosing an auth_key for later use in
  * a hmac at random.