add missing tests and module

This commit is contained in:
Vincent Hanquez 2015-04-08 22:41:06 +01:00
parent f73b0e142e
commit ba80bccaf7

View File

@ -17,6 +17,7 @@ extra-doc-files: README.md
extra-source-files: cbits/*.h
cbits/aes/*.h
cbits/aes/x86ni_impl.c
tests/*.hs
source-repository head
type: git
@ -127,6 +128,7 @@ Library
Crypto.Internal.Compat
Crypto.Internal.Bytes
Crypto.Internal.Endian
Crypto.Internal.Imports
Crypto.Internal.Memory
Build-depends: base >= 4.3 && < 5
, bytestring