mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: rust-ppv-lite86-0.2: Move to (gnu packages crates-crypto).
* gnu/packages/crates-io.scm (rust-ppv-lite86-0.2): Move from here ... * gnu/packages/crates-crypto.scm: ... to here. Change-Id: I89d2b4de44d1dd6f457a266eab0af94d716bb728
This commit is contained in:
parent
5f9041ea06
commit
cf6b4518fc
2 changed files with 19 additions and 20 deletions
|
@ -1985,3 +1985,22 @@ implementation suitable for use with cryptographic private keys.")
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1))))))
|
||||
|
||||
(define-public rust-ppv-lite86-0.2
|
||||
(package
|
||||
(name "rust-ppv-lite86")
|
||||
(version "0.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ppv-lite86" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1shj4q7jwj0azssr8cg51dk3kh7d4lg9rmbbz1kbqk971vc5wyi3"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
|
||||
(synopsis "Implementation of the crypto-simd API for x86")
|
||||
(description "This crate provides an implementation of the crypto-simd API
|
||||
for x86.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
|
|
@ -50544,26 +50544,6 @@ with alignment, avoid heap allocation, and avoid repetitive calculations.")
|
|||
and should not be relied upon directly.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ppv-lite86-0.2
|
||||
(package
|
||||
(name "rust-ppv-lite86")
|
||||
(version "0.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ppv-lite86" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1shj4q7jwj0azssr8cg51dk3kh7d4lg9rmbbz1kbqk971vc5wyi3"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
|
||||
(synopsis "Implementation of the crypto-simd API for x86")
|
||||
(description "This crate provides an implementation of the crypto-simd API
|
||||
for x86.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-pq-sys-0.4
|
||||
(package
|
||||
(name "rust-pq-sys")
|
||||
|
|
Loading…
Add table
Reference in a new issue