From d36c331137eb2016d044ce948cf0989c23fecab0 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 1 Jan 2020 00:00:00 +0100 Subject: Add a function to hash a public key for DPoP. --- src/scm/webid-oidc/stubs.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scm') diff --git a/src/scm/webid-oidc/stubs.scm b/src/scm/webid-oidc/stubs.scm index 58e9ad0..6ce7cba 100644 --- a/src/scm/webid-oidc/stubs.scm +++ b/src/scm/webid-oidc/stubs.scm @@ -46,7 +46,8 @@ (fix-generate-key . generate-key) (fix-kty . kty) strip-key - (fix-hash . hash)) + (fix-hash . hash) + jkt) ;; json reader from guile-json will not behave consistently with ;; SRFI-180 with objects: keys will be mapped to strings, not -- cgit v1.2.3