summaryrefslogtreecommitdiff
path: root/tests/utils.scm
Commit message (Collapse)AuthorAge
...
* Fix `bytevector->nix-base32-string'.Ludovic Courtès2012-06-03
| | | | | | | | | | | | | * guix/utils.scm (bytevector-quintet-ref-right, bytevector-quintet-fold): New procedures. (bytevector-quintet-fold-right): Add `quintet-fold' parameter; use it instead of `bytevector-quintet-fold'. (bytevector->base32-string): Pass BYTEVECTOR-QUINTET-FOLD as the first parameter. (bytevector->nix-base32-string): Pass BYTEVECTOR-QUINTET-FOLD-RIGHT as the first parameter. * tests/utils.scm ("sha256 & bytevector->nix-base32-string"): New test.
* Add (guix utils), with `bytevector->base32-string'.Ludovic Courtès2012-06-01
* guix/utils.scm, tests/utils.scm: New files.