me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-01-21 15:29:40 +02:00
parent 5f9041ea06
commit cf6b4518fc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 19 additions and 20 deletions

View File

@ -1985,3 +1985,22 @@ implementation suitable for use with cryptographic private keys.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1)))))) #: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))))

View File

@ -50544,26 +50544,6 @@ with alignment, avoid heap allocation, and avoid repetitive calculations.")
and should not be relied upon directly.") and should not be relied upon directly.")
(license (list license:expat license:asl2.0)))) (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 (define-public rust-pq-sys-0.4
(package (package
(name "rust-pq-sys") (name "rust-pq-sys")