Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-03 | Fix `bytevector->nix-base32-string'. | Ludovic Courtès | |
* 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. | |||
2012-06-01 | Add (guix utils), with `bytevector->base32-string'. | Ludovic Courtès | |
* guix/utils.scm, tests/utils.scm: New files. |