diff options
author | Pr. HORSTMANN <wmh@eipg.fr> | 2021-01-02 10:19:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:19 +0700 |
commit | e806cf68765f5e82e527c40e152f120f7a96b698 (patch) | |
tree | 37ae0101ed549dc66534e9853e84d05bca4e8ff4 /python/pyblake2/slack-desc | |
parent | e6226dfb494d5982666d04da0faaef92ea83349c (diff) |
python/pyblake2: Added (BLAKE2 hash function extension module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyblake2/slack-desc')
-rw-r--r-- | python/pyblake2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pyblake2/slack-desc b/python/pyblake2/slack-desc new file mode 100644 index 0000000000000..bb2ae2f84a4b6 --- /dev/null +++ b/python/pyblake2/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------------------------------------------------------| +pyblake2: pyblake2 (BLAKE2 hash function extension module) +pyblake2: +pyblake2: pyblake2 is an extension module for Python implementing BLAKE2 hash +pyblake2: function. +pyblake2: +pyblake2: BLAKE2 is a cryptographic hash function, which offers highest +pyblake2: security while being as fast as MD5 or SHA-1, and comes in two +pyblake2: flavors. +pyblake2: +pyblake2: Homepage: https://pypi.org/project/pyblake2/ +pyblake2: |