diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:15 +0700 |
commit | 89fc0fb54377f4bf4208e28d334253832fbb9bb1 (patch) | |
tree | 19efd785ab38a95951bdc82be2de40a3d128c055 /haskell/haskell-cryptohash-sha256/slack-desc | |
parent | b214cd5ba6290a6dc904aeeeb77e2b3264cfc9d5 (diff) |
haskell/haskell-cryptohash-sha256: Added (SHA-256 implementation).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cryptohash-sha256/slack-desc')
-rw-r--r-- | haskell/haskell-cryptohash-sha256/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-cryptohash-sha256/slack-desc b/haskell/haskell-cryptohash-sha256/slack-desc new file mode 100644 index 000000000000..c5bbb271237c --- /dev/null +++ b/haskell/haskell-cryptohash-sha256/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-cryptohash-sha256: haskell-cryptohash-sha256 (SHA-256 implementation) +haskell-cryptohash-sha256: +haskell-cryptohash-sha256: A practical incremental and one-pass, pure API to the SHA-256 +haskell-cryptohash-sha256: cryptographic hash algorithm according to FIPS 180-4 with performance +haskell-cryptohash-sha256: close to the fastest implementations available in other languages. +haskell-cryptohash-sha256: +haskell-cryptohash-sha256: +haskell-cryptohash-sha256: +haskell-cryptohash-sha256: +haskell-cryptohash-sha256: +haskell-cryptohash-sha256: |