summaryrefslogtreecommitdiff
path: root/tests/hash.scm
Commit message (Expand)AuthorAgeFilesLines
* Switch to Guile-Gcrypt....Ludovic Courtès2018-09-041-128/+0
* hash: sha256 port now implements 'port-position'....Ludovic Courtès2018-07-191-2/+2
* hash: Add 'sha1'....Ludovic Courtès2018-03-081-0/+8
* build: Require Guile >= 2.0.13....Ludovic Courtès2018-02-261-10/+1
* utils: Move base16 procedures to (guix base16)....Ludovic Courtès2017-03-161-1/+1
* hash: Close or flush sha256 output ports before calling their 'get' procedure....Ludovic Courtès2017-03-081-1/+2
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* hash: Add 'open-sha256-input-port', for Guile > 2.0.9....Ludovic Courtès2014-01-241-1/+58
* hash: Add `open-sha256-port'....Ludovic Courtès2013-07-021-0/+74