summaryrefslogtreecommitdiff
path: root/guix/utils.scm
AgeCommit message (Expand)Author
2012-06-03Add `bytevector->base16-string'....* guix/utils.scm (bytevector->base16-string): New procedure. Ludovic Courtès
2012-06-03Fix `bytevector->nix-base32-string'....* 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. Ludovic Courtès
2012-06-03Move `sha256' to (guix utils)....* guix/derivations.scm (sha256): Move to... * guix/utils.scm (sha256): ... here. Ludovic Courtès
2012-06-01Add (guix utils), with `bytevector->base32-string'....* guix/utils.scm, tests/utils.scm: New files. Ludovic Courtès