definitions.
authorng0 <ng0@n0.is>
Thu, 23 Nov 2017 16:09:31 +0000 (16:09 +0000)
committerng0 <ng0@n0.is>
Thu, 23 Nov 2017 16:09:31 +0000 (16:09 +0000)
doc/documentation/chapters/philosophy.texi

index e5c63339ee93bf34a2209015317a72d6d3fdb6f3..116991a6a0587d0d2c852a39a23eb684cb6c49d7 100644 (file)
@@ -161,15 +161,12 @@ signed using ECDSA (@uref{http://en.wikipedia.org/wiki/ECDSA, ECDSA}).
 The shared secret from ECDHE is used to create a pair of session keys
 @c FIXME: LOng word for HKDF
 (using HKDF) which are then used to encrypt the communication between the
-@c FIXME: AES
-two peers using both 256-bit AES
-@c FIXME: Twofish
+two peers using both 256-bit AES (Advanced Encryption Standard)
 and 256-bit Twofish (with independently derived secret keys).
 As only the two participating hosts know the shared secret, this
 authenticates each packet
-@c FIXME SHA.
-without requiring signatures each time.  GNUnet uses SHA-512 hash codes to
-verify the integrity of messages.
+without requiring signatures each time.  GNUnet uses SHA-512
+(Secure Hash Algorithm) hash codes to verify the integrity of messages.
 
 In GNUnet, the identity of a host is its public key.  For that reason,
 @c FIXME: is it clear to the average reader what a man-in-the-middle