aboutsummaryrefslogtreecommitdiff
path: root/src/Ssb.hs
diff options
context:
space:
mode:
authorHaskell Guy <haskell.guy@localhost>2020-05-26 13:07:50 +0200
committerHaskell Guy <haskell.guy@localhost>2020-05-26 13:37:29 +0200
commit41cde99ec6189dbecca6803a5aa4f6f18142e8ba (patch)
tree7a0ceab0d516b8c3b7b49313100ae50c97e875c3 /src/Ssb.hs
downloadssb-haskell-41cde99ec6189dbecca6803a5aa4f6f18142e8ba.tar.xz
initial commit
Diffstat (limited to 'src/Ssb.hs')
-rw-r--r--src/Ssb.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Ssb.hs b/src/Ssb.hs
new file mode 100644
index 0000000..e9bbb5d
--- /dev/null
+++ b/src/Ssb.hs
@@ -0,0 +1,10 @@
+module Ssb
+ ( ssbInit
+ )
+where
+
+import Protolude
+import qualified Crypto.Saltine as Nacl
+
+ssbInit :: IO ()
+ssbInit = Nacl.sodiumInit