diff options
author | joe <joe@jerkface.net> | 2017-09-20 20:45:16 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-09-20 20:45:16 -0400 |
commit | e8630e82fb157ef718293ad9fb08eeb50eef29fd (patch) | |
tree | 756952c15508e0fa963f58019645f3861101c988 /src/Crypto | |
parent | c769bd0c05e0812ebbaec36e3e2644b57ad8361e (diff) |
Export 'toPublic' from Crypto.Tox for computing public key.
Diffstat (limited to 'src/Crypto')
-rw-r--r-- | src/Crypto/Tox.hs | 1 |
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 |