summaryrefslogtreecommitdiff
path: root/src/Crypto/Tox.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/Tox.hs')
-rw-r--r--src/Crypto/Tox.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Crypto/Tox.hs b/src/Crypto/Tox.hs
index 864e17df..71aa99c4 100644
--- a/src/Crypto/Tox.hs
+++ b/src/Crypto/Tox.hs
@@ -35,6 +35,7 @@ module Crypto.Tox
35 -- , computeSharedSecret 35 -- , computeSharedSecret
36 , lookupSharedSecret 36 , lookupSharedSecret
37 , lookupNonceFunction 37 , lookupNonceFunction
38 , lookupNonceFunctionSTM
38 , encrypt 39 , encrypt
39 , decrypt 40 , decrypt
40 , Nonce8(..) 41 , Nonce8(..)