summaryrefslogtreecommitdiff
path: root/src/Crypto/Tox.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-09-20 20:45:16 -0400
committerjoe <joe@jerkface.net>2017-09-20 20:45:16 -0400
commite8630e82fb157ef718293ad9fb08eeb50eef29fd (patch)
tree756952c15508e0fa963f58019645f3861101c988 /src/Crypto/Tox.hs
parentc769bd0c05e0812ebbaec36e3e2644b57ad8361e (diff)
Export 'toPublic' from Crypto.Tox for computing public key.
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 c745270d..effa8520 100644
--- a/src/Crypto/Tox.hs
+++ b/src/Crypto/Tox.hs
@@ -12,6 +12,7 @@ module Crypto.Tox
12 , getPublicKey 12 , getPublicKey
13 , putPublicKey 13 , putPublicKey
14 , SecretKey 14 , SecretKey
15 , toPublic
15 , SymmetricKey(..) 16 , SymmetricKey(..)
16 , TransportCrypto(..) 17 , TransportCrypto(..)
17 , Encrypted 18 , Encrypted