gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: minor text fixes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: minor text fixes
Date: Sat, 20 Jul 2019 11:59:34 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4a85347dc minor text fixes
4a85347dc is described below

commit 4a85347dcea576d8f297efba24c1aaa77ded92d0
Author: xrs <address@hidden>
AuthorDate: Sat Jul 20 11:59:22 2019 +0200

    minor text fixes
---
 doc/handbook/chapters/developer.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/handbook/chapters/developer.texi 
b/doc/handbook/chapters/developer.texi
index 145094af1..bd7e5c9d6 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -8871,19 +8871,19 @@ of random peers in the whole network like gathering 
statistics,
 spreading and aggregating information in the network, load balancing and
 overlay topology management.
 
-The approach chosen in the rps implementation in GNUnet follows the
+The approach chosen in the RPS service implementation in GNUnet follows the
 Brahms@uref{https://bib.gnunet.org/full/date.html\#2009_5f0} design.
 
 The current state is "work in progress". There are a lot of things that
 need to be done, primarily finishing the experimental evaluation and a
 re-design of the API.
 
-The abstract idea is to subscribe to connect to/start the rps service
+The abstract idea is to subscribe to connect to/start the RPS service
 and request random peers that will be returned when they represent a
 random selection from the whole network with high probability.
 
 An additional feature to the original Brahms-design is the selection of
-sub-groups: The GNUnet implementation of rps enables clients to ask for
+sub-groups: The GNUnet implementation of RPS enables clients to ask for
 random peers from a group that is defined by a common shared secret.
 (The secret could of course also be public, depending on the use-case.)
 
@@ -8910,8 +8910,8 @@ takes a list of elements as input and outputs a random 
one of them
 independently of the frequency in the input set. Both an element that
 was put into the sampler a single time and an element that was put into
 it a million times have the same probability of being the output.
-This is achieved this is achieved with exploiting min-wise independent
-permutations. In rps we use HMACs: On the initialisation of a sampler
+This is achieved with exploiting min-wise independent
+permutations. In the RPS service we use HMACs: On the initialisation of a 
sampler
 element, a key is chosen at random. On each input the HMAC with the
 random key is computed. The sampler element keeps the element with the
 minimal HMAC.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]