From patchwork Fri Mar 6 09:41:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pierre Neidhardt X-Patchwork-Id: 20550 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5152E27BBEA; Fri, 6 Mar 2020 09:42:27 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 0115227BBE4 for ; Fri, 6 Mar 2020 09:42:27 +0000 (GMT) Received: from localhost ([::1]:33536 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jA9Uw-0006be-Ha for patchwork@mira.cbaines.net; Fri, 06 Mar 2020 04:42:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55171) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jA9UZ-0006ME-P5 for guix-patches@gnu.org; Fri, 06 Mar 2020 04:42:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jA9UY-0004Ek-9E for guix-patches@gnu.org; Fri, 06 Mar 2020 04:42:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jA9UY-0004Eb-5L for guix-patches@gnu.org; Fri, 06 Mar 2020 04:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jA9UY-00060H-2z for guix-patches@gnu.org; Fri, 06 Mar 2020 04:42:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#39943] [PATCH 2/3] gnu: Add hyperledger-iroha-ed25519. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 06 Mar 2020 09:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39943 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39943@debbugs.gnu.org Received: via spool by 39943-submit@debbugs.gnu.org id=B39943.158348770123027 (code B ref 39943); Fri, 06 Mar 2020 09:42:02 +0000 Received: (at 39943) by debbugs.gnu.org; 6 Mar 2020 09:41:41 +0000 Received: from localhost ([127.0.0.1]:44083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jA9UC-0005zL-Q4 for submit@debbugs.gnu.org; Fri, 06 Mar 2020 04:41:41 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:45187) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jA9UA-0005yo-Ax for 39943@debbugs.gnu.org; Fri, 06 Mar 2020 04:41:39 -0500 Received: from bababa.home (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay12.mail.gandi.net (Postfix) with ESMTPSA id DDCA9200002 for <39943@debbugs.gnu.org>; Fri, 6 Mar 2020 09:41:31 +0000 (UTC) From: Pierre Neidhardt Date: Fri, 6 Mar 2020 10:41:29 +0100 Message-Id: <20200306094130.20695-2-mail@ambrevar.xyz> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200306094130.20695-1-mail@ambrevar.xyz> References: <20200306094130.20695-1-mail@ambrevar.xyz> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/hyperledger.scm (hyperledger-iroha-ed25519): New variable. --- gnu/packages/hyperledger.scm | 62 ++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/gnu/packages/hyperledger.scm b/gnu/packages/hyperledger.scm index 158a66e898..1fb76e3504 100644 --- a/gnu/packages/hyperledger.scm +++ b/gnu/packages/hyperledger.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2019, 2020 Pierre Neidhardt ;;; Copyright © 2019 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. @@ -20,16 +20,18 @@ (define-module (gnu packages hyperledger) #:use-module (ice-9 match) #:use-module (guix build-system go) - #:use-module (guix build-system trivial) + #:use-module (guix build-system cmake) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix licenses) #:use-module (gnu packages) #:use-module (gnu packages base) + #:use-module (gnu packages check) #:use-module (gnu packages curl) #:use-module (gnu packages docker) #:use-module (gnu packages golang) + #:use-module (gnu packages tls) #:use-module (gnu packages version-control)) (define-public hyperledger-fabric @@ -93,3 +95,59 @@ solutions, underpinned by a modular architecture focusing on confidentiality and resiliency. It is designed to support pluggable implementations of different components.") (license asl2.0))) + +(define-public hyperledger-iroha-ed25519 ;; TODO: Public or not? + (package + (name "hyperledger-iroha-ed25519") + (version "2.0.2") + (home-page "https://github.com/hyperledger/iroha-ed25519") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit version))) + (file-name (git-file-name name version)) + (patches + (search-patches + "hyperledger-iroha-ed25519-cmake-remove-hunter-gate.patch")) + ;; (modules '((guix build utils))) + ;; (snippet '(delete-file "./cmake/dependencies.cmake")) + (sha256 + (base32 + "0kr1zwah8mhnpfrpk3h6hdafyqdl3ixhs7czdfscqv6vxqfiabc4")))) + (build-system cmake-build-system) + (inputs + `(("openssl" ,openssl))) + (native-inputs + `(("googletest" ,googletest))) + (arguments + `(#:tests? #f ; Tests don't build because CMake cannot find GTest main. + #:configure-flags '("-DTESTING=OFF" + "-DBUILD=SHARED" + "-DEDIMPL=ref10" ; TODO: Use x86_64 should use amd64-64-24k-pic but it fails to link. https://github.com/hyperledger/iroha-ed25519/issues/6. + "-DHASH=sha3_brainhub") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'remove-hunter-gate-fetch + (lambda _ + (substitute* "cmake/dependencies.cmake" + ;; (("hunter_add_package\\(benchmark\\)") "") + (("hunter_add_package\\(GTest\\)") "")) + #t))))) + (synopsis "Ed25519 digital signature algorithm") + (description "This repository aims to provide modularized implementation +of the Ed25519 digital signature algorithm which is is described in +RFC8032 (@url{https://tools.ietf.org/html/rfc8032}). + +Originally Ed25519 consists of three modules: + +@itemize +@item digital signature algorithm itself +@item SHA512 hash function +@item random number generator, to generate keypairs +@end itemize + +This project offers at least two different C implementations for every +module. Every implementation can be replaced with another one at +link-time. New implementations can be added as well.") + (license asl2.0)))