summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-05Add a strip functionVivien Kraus
2021-06-05Export a JSON API that is compatible with SRFI-180Vivien Kraus
SRFI-180 represents JSON objects as alists from symbols to values, while guile-json represents them as alists from strings to values. Since alists are everywhere in the API, we need them to be as standard as possible. So, we need them in SRFI-180 format.
2021-06-05Generate a key pair.Vivien Kraus
2021-06-05Add a random number generator.Vivien Kraus
2021-06-05Add a base64 encoder and decoderVivien Kraus
2021-06-05Write the code used by all testsVivien Kraus
2021-06-05Set up testsVivien Kraus
2021-06-05Export the functions defined in the library.Vivien Kraus
2021-06-05Set up the guile projectVivien Kraus
2021-06-05Create (webid-oidc config.scm)Vivien Kraus
2021-06-05Create a pre-inst-env scriptVivien Kraus
2021-06-05Check that the code is indented on distcheck.Vivien Kraus
2021-06-05Set up the manualVivien Kraus
2021-06-05Set up the project infrastructureVivien Kraus
2020-11-25(no commit message)Vivien Kraus