;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014, 2022 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (test-pki) #:use-module (guix pki) #:use-module (gcrypt pk-crypto) #:use-module (gcrypt hash) #:use-module (rnrs io ports) #:use-module (srfi srfi-64)) ;; Test the (guix pki) module. (define %public-key (call-with-input-file %public-key-file (compose string->canonical-sexp get-
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-21 21:03:05 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-21 21:55:23 +0200
commitb4f04e0efff1fb6112b84dc6d36ea46215c336b2 (patch)
tree7e63feb69f8ae3b3a0c7d4a47ccb6d922e73d0b4 /gnu/packages/patches/p7zip-remove-unused-code.patch
parent29f4