mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: python-pbkdf2: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.
This commit is contained in:
parent
49478f9dbd
commit
e4574a66fe
1 changed files with 1 additions and 1 deletions
|
@ -14443,7 +14443,7 @@ PKCS#5 v2.0 Password-Based Key Derivation is a key derivation function which
|
|||
is part of the RSA Public Key Cryptography Standards series. The provided
|
||||
implementation takes a password or a passphrase and a salt value (and
|
||||
optionally a iteration count, a digest module, and a MAC module) and provides
|
||||
a file-like object from which an arbitrarly-sized key can be read.")
|
||||
a file-like object from which an arbitrarily-sized key can be read.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-pbkdf2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue