Age | Commit message (Expand) | Author |
---|---|---|
2013-12-21 | build: Adjust pk-crypto tests to Libgcrypt 1.5.3.•••Reported by Andreas Enge <andreas@enge.fr>. * tests/pk-crypto.scm ("string->gcry-sexp->string"): Remove "#C0FFEE#" from SEXPS. ("gcry-sexp-nth"): Start at index 1. | Ludovic Courtès |
2013-12-20 | pk-crypto: Add a few sexp utility procedures.•••* guix/pk-crypto.scm (gcry-sexp-car, gcry-sexp-cdr, gcry-sexp-nth, gcry-sexp-nth-data, dereference-size_t, latin1-string->bytevector, hash-data->bytevector): New procedures. * tests/pk-crypto.scm ("gcry-sexp-car + cdr", "gcry-sexp-nth", "gcry-sexp-nth-data", "bytevector->hash-data->bytevector"): New tests. | Ludovic Courtès |
2013-12-20 | Add (guix pk-crypto).•••* guix/pk-crypto.scm, tests/pk-crypto.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. | Ludovic Courtès |