align dollar sign
This commit is contained in:
parent
41361968f6
commit
effca93970
@ -53,7 +53,7 @@ initialize nbRounds key nonce
|
|||||||
| otherwise = unsafePerformIO $ do
|
| otherwise = unsafePerformIO $ do
|
||||||
stPtr <- createSecureMem 64 $ \stPtr ->
|
stPtr <- createSecureMem 64 $ \stPtr ->
|
||||||
withBytePtr nonce $ \noncePtr ->
|
withBytePtr nonce $ \noncePtr ->
|
||||||
withBytePtr key $ \keyPtr ->
|
withBytePtr key $ \keyPtr ->
|
||||||
ccryptonite_salsa_init (castPtr stPtr) kLen keyPtr nonceLen noncePtr
|
ccryptonite_salsa_init (castPtr stPtr) kLen keyPtr nonceLen noncePtr
|
||||||
return $ State nbRounds stPtr B.empty
|
return $ State nbRounds stPtr B.empty
|
||||||
where kLen = byteableLength key
|
where kLen = byteableLength key
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user