./security/hs-skein, Skein, a family of cryptographic hash functions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.9.4nb1, Package name: hs-skein-1.0.9.4nb1, Maintainer: pkgsrc-users

Skein (http://www.skein-hash.info/) is a family of fast secure
cryptographic hash functions designed by Niels Ferguson, Stefan Lucks,
Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas
and Jesse Walker.

This package uses bindings to the optimized C implementation of Skein. We
provide a high-level interface (see module Crypto.Skein) to some of the
Skein use cases. We also provide a low-level interface (see module
Crypto.Skein.Internal) should you need to use Skein in a different way.

Currently we have support for Skein as cryptographic hash function as Skein
as a message authentication code (Skein-MAC). For examples of how to use
this package, see Crypto.Skein module documentation.

This package includes Skein v1.3. Versions of this package before 1.0.0
implemented Skein v1.1.


Master sites:

Filesize: 131.197 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 19:12:11 by Masatake Daimon | Files touched by this commit (5)
Log message:
security/hs-skein: import hs-skein-1.0.9.4

Skein (http://www.skein-hash.info/) is a family of fast secure
cryptographic hash functions designed by Niels Ferguson, Stefan Lucks,
Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas
and Jesse Walker.

This package uses bindings to the optimized C implementation of Skein. We
provide a high-level interface (see module Crypto.Skein) to some of the
Skein use cases. We also provide a low-level interface (see module
Crypto.Skein.Internal) should you need to use Skein in a different way.

Currently we have support for Skein as cryptographic hash function as Skein
as a message authentication code (Skein-MAC). For examples of how to use
this package, see Crypto.Skein module documentation.

This package includes Skein v1.3. Versions of this package before 1.0.0
implemented Skein v1.1.