From 5137b4118bbcf0d416fe2b0096d7a85175a7ab99 Mon Sep 17 00:00:00 2001 From: Michael Fraser Date: Fri, 22 Dec 2023 21:23:29 +0000 Subject: [PATCH] removed reference to algorithms --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1f7d9c0..79c8f33 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,6 @@ For more information on SD-JWTs, see the [Selective Disclosure JWTs RFC](https:/ go get github.com/MichaelFraser99/go-sd-jwt ``` -## Algorithms Supported -Currently, the module will support the following jwt signing algorithms: -- ES256 -- ES384 -- ES512 - ## Functions ### Pointer ```go