Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Add test for AES-GCM CPU support to Sodiu…
Browse files Browse the repository at this point in the history
…m monad
  • Loading branch information
olorin committed Dec 29, 2016
1 parent bc3de0f commit 64ea170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tinfoil/Internal/Sodium/Foreign.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Tinfoil.Internal.Sodium.Data
-- in loss of thread-safety - in other words, don't do it.
--
-- This function is thread-safe and idempotent. It doesn't allocate anything on
-- the heap, but does keep one file descriptor open (read /dev/urandom); it
-- the heap, but does keep one file descriptor open (for /dev/urandom); it
-- will only do this once.
foreign import ccall safe "sodium_init" sodium_init
:: IO CInt
Expand Down

0 comments on commit 64ea170

Please sign in to comment.