Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

chore: Additional hash algorithms; check for _sd claim #3503

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

sandrask
Copy link
Contributor

Add SHA-384 and SHA-512 algorithms to SHA-256.
Also, check for _sd claim in claims before creating SD-JWT.

Closes #3502

Signed-off-by: Sandra Vrtikapa [email protected]

Add SHA-384 and SHA-512 algorithms to SHA-256.
Also, check for _sd claim in claims before creating SD-JWT.

Closes hyperledger-archives#3502

Signed-off-by: Sandra Vrtikapa <[email protected]>
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #3503 (5db9a99) into main (8fd56ce) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3503   +/-   ##
=======================================
  Coverage   87.70%   87.71%           
=======================================
  Files         351      351           
  Lines       48169    48191   +22     
=======================================
+ Hits        42247    42269   +22     
  Misses       4389     4389           
  Partials     1533     1533           
Impacted Files Coverage Δ
pkg/doc/sdjwt/common/common.go 92.50% <100.00%> (+0.19%) ⬆️
pkg/doc/sdjwt/issuer/issuer.go 92.13% <100.00%> (+0.46%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@fqutishat fqutishat merged commit f042364 into hyperledger-archives:main Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SD-JWT: Support additional hash algorithms; check for _sd in claims
2 participants