summaryrefslogtreecommitdiff
path: root/src/Network/Tox/DHT/Transport.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Tox/DHT/Transport.hs')
-rw-r--r--src/Network/Tox/DHT/Transport.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Tox/DHT/Transport.hs b/src/Network/Tox/DHT/Transport.hs
index f7feea3b..59b22673 100644
--- a/src/Network/Tox/DHT/Transport.hs
+++ b/src/Network/Tox/DHT/Transport.hs
@@ -371,6 +371,7 @@ data CookieData = CookieData -- 16 (mac)
371 , longTermKey :: PublicKey -- 32 371 , longTermKey :: PublicKey -- 32
372 , dhtKey :: PublicKey -- + 32 372 , dhtKey :: PublicKey -- + 32
373 } -- = 88 bytes when encrypted. 373 } -- = 88 bytes when encrypted.
374 deriving Show
374 375
375instance Sized CookieData where 376instance Sized CookieData where
376 size = ConstSize 72 377 size = ConstSize 72