mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-subtle-ng-2.
* gnu/packages/crates-io.scm (rust-subtle-ng-2): New variable.
This commit is contained in:
parent
b690cb6797
commit
6bd6815108
1 changed files with 21 additions and 0 deletions
|
@ -62099,6 +62099,27 @@ (define-public rust-subtle-1
|
||||||
(base32
|
(base32
|
||||||
"1vm80mxbwfj334izwm8x8l65v1xl9hr0kwrg36r1rq565fkaarrd"))))))
|
"1vm80mxbwfj334izwm8x8l65v1xl9hr0kwrg36r1rq565fkaarrd"))))))
|
||||||
|
|
||||||
|
(define-public rust-subtle-ng-2
|
||||||
|
(package
|
||||||
|
(name "rust-subtle-ng")
|
||||||
|
(version "2.5.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "subtle-ng" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0hj1wp8xl64bjhbvlfffmllqy7wdw2b505f32gn3qqic4vmpcikk"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.7))))
|
||||||
|
(home-page "https://dalek.rs/")
|
||||||
|
(synopsis "Pure-Rust for constant-time cryptographic implementations")
|
||||||
|
(description
|
||||||
|
"This package provides pure-Rust traits and utilities for constant-time
|
||||||
|
cryptographic implementations.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public rust-surf-2
|
(define-public rust-surf-2
|
||||||
(package
|
(package
|
||||||
(name "rust-surf")
|
(name "rust-surf")
|
||||||
|
|
Loading…
Reference in a new issue