From 0c9911d73744da31776f98019ff1460032f2c82b Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Fri, 17 Jul 2020 14:26:45 +0200 Subject: TNG: Implemented 5530: add replay protection to TCP communicator. Added monotime value checks --- src/transport/gnunet-service-tng.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/transport/gnunet-service-tng.c') diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c index 5f3178939..baefdfa88 100644 --- a/src/transport/gnunet-service-tng.c +++ b/src/transport/gnunet-service-tng.c @@ -329,19 +329,6 @@ struct AcknowledgementUUIDP struct GNUNET_Uuid value; }; - -/** - * Type of a nonce used for challenges. - */ -struct ChallengeNonceP -{ - /** - * The value of the nonce. Note that this is NOT a hash. - */ - struct GNUNET_ShortHashCode value; -}; - - /** * Outer layer of an encapsulated backchannel message. */ -- cgit v1.2.3