mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
db36dc2d4f
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
511 B
Text
9 lines
511 B
Text
This library implements the SHA suite of message digest functions,
|
|
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as
|
|
the SHA-based HMAC routines. The functions have been tested against
|
|
most of the NIST and RFC test vectors for the various functions.
|
|
While some attention has been paid to performance, these do not
|
|
presently reach the speed of well-tuned libraries, like OpenSSL.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|