mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-bcrypt-pbkdf-0.10.
* gnu/packages/crates-crypto.scm (rust-bcrypt-pbkdf-0.10): New variable. Change-Id: I8581e3c0436f206e8a88b6c6a2d4fbb07c5d64c2
This commit is contained in:
parent
bfefd187df
commit
9e92ae530e
1 changed files with 25 additions and 0 deletions
|
@ -661,6 +661,31 @@ portable \"best effort\" constant-time operation and embedded-friendly
|
|||
(base32 "0p4was874qc90q2chm2i14m9mn8zmxjis8vaxihd6a2x4aqxkd76"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-bcrypt-pbkdf-0.10
|
||||
(package
|
||||
(name "rust-bcrypt-pbkdf")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bcrypt-pbkdf" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18pjhsy3m2v0silsp4mjzz8i92zrpqxk9b059zrnk1w8zvhw5ska"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-blowfish" ,rust-blowfish-0.9)
|
||||
("rust-pbkdf2" ,rust-pbkdf2-0.12)
|
||||
("rust-sha2" ,rust-sha2-0.10)
|
||||
("rust-zeroize" ,rust-zeroize-1))
|
||||
#:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.3))))
|
||||
(home-page
|
||||
"https://github.com/RustCrypto/password-hashes/tree/master/bcrypt-pbkdf")
|
||||
(synopsis "Bcrypt-pbkdf password-based key derivation function")
|
||||
(description
|
||||
"This package provides bcrypt-pbkdf password-based key derivation function.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-blake2-0.10
|
||||
(package
|
||||
(name "rust-blake2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue