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
|
||||
"083icpr9xb72rrdxw3p4068dcspn6ai22jy7rhl2a8grfz448nlr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/cesarb/constant_time_eq")
|
||||
(synopsis
|
||||
"Compares two equal-sized byte strings in constant time")
|
||||
(description
|
||||
"This package compares two equal-sized byte strings in constant time.
|
||||
It is inspired by the Linux kernel's @code{crypto_memneq}.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-core-arch-0.1
|
||||
|
|
Loading…
Reference in a new issue