mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-constant-time-eq-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-constant-time-eq-0.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
472a8253c3
commit
9d1e634e1d
1 changed files with 1 additions and 1 deletions
|
@ -1527,13 +1527,13 @@ (define-public rust-constant-time-eq-0.1
|
||||||
(base32
|
(base32
|
||||||
"083icpr9xb72rrdxw3p4068dcspn6ai22jy7rhl2a8grfz448nlr"))))
|
"083icpr9xb72rrdxw3p4068dcspn6ai22jy7rhl2a8grfz448nlr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/cesarb/constant_time_eq")
|
(home-page "https://github.com/cesarb/constant_time_eq")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Compares two equal-sized byte strings in constant time")
|
"Compares two equal-sized byte strings in constant time")
|
||||||
(description
|
(description
|
||||||
"This package compares two equal-sized byte strings in constant time.
|
"This package compares two equal-sized byte strings in constant time.
|
||||||
It is inspired by the Linux kernel's @code{crypto_memneq}.")
|
It is inspired by the Linux kernel's @code{crypto_memneq}.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:cc0)))
|
(license license:cc0)))
|
||||||
|
|
||||||
(define-public rust-core-arch-0.1
|
(define-public rust-core-arch-0.1
|
||||||
|
|
Loading…
Reference in a new issue