pkgsrc-wip/hs-cryptohash/PLIST
Ryosuke Moro ac7096dbf9 A collection of crypto hashes, with a practical incremental and one-pass,
pure APIs, with performance close to the fastest implementations available
in others languages.

The implementations are made in C with a haskell FFI wrapper that hide the
C implementation.

Simple examples using the unified API:
 import Crypto.Hash

 sha1 :: ByteString -> Digest SHA1
 sha1 = hash

 hexSha3_512 :: ByteString -> String
 hexSha3_512 bs = show (hash bs :: Digest SHA3_512)

Simple examples using the module API:
 import qualified Crypto.Hash.SHA1 as SHA1

 main = putStrLn $ show $ SHA1.hash (Data.ByteString.pack [1..256])

 import qualified Crypto.Hash.SHA3 as SHA3

 main = putStrLn $ show $ digest
   where digest = SHA3.finalize ctx
         ctx    = foldl' SHA3.update iCtx (map Data.ByteString.pack [ [1,2,3], [4,5,6] ]
         iCtx   = SHA3.init 224
2013-04-21 09:30:24 +00:00

49 lines
3.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2013/04/21 09:30:24 szptvlfn Exp $
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Internal.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Internal.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/MD2.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/MD2.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/MD4.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/MD4.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/MD5.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/MD5.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/RIPEMD160.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/RIPEMD160.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA1.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA1.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA224.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA224.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA256.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA256.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA3.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA3.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA384.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA384.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA512.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA512.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA512t.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/SHA512t.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Skein256.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Skein256.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Skein512.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Skein512.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Tiger.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Tiger.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Types.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Types.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Utils.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Utils.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Utils/Cpu.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Utils/Cpu.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Whirlpool.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/Hash/Whirlpool.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/MAC/HMAC.hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/Crypto/MAC/HMAC.p_hi
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/HScryptohash-${PKGVERSION}.o
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/libHScryptohash-${PKGVERSION}.a
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/libHScryptohash-${PKGVERSION}_p.a
lib/cryptohash-${PKGVERSION}/${HASKELL_VERSION}/package-description
share/cryptohash-${PKGVERSION}/README.md
share/doc/cryptohash-${PKGVERSION}/LICENSE