Skip to content

Commit

Permalink
feat(did-key): Add EBSI Natural Person Format
Browse files Browse the repository at this point in the history
code review fixes
  • Loading branch information
ianhamilton87 committed Aug 28, 2024
1 parent 05f0283 commit 0ed793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jwk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ mod tests {
"alg": "RS256",
"kid": "2011-04-29"
}))
.unwrap();
.unwrap();
let thumbprint = key.thumbprint().unwrap();
assert_eq!(thumbprint, "NzbLsXh8uDCcd-6MNwXF4W_7noWXFZAfHkxZsRGC9Xs");

Expand Down

0 comments on commit 0ed793a

Please sign in to comment.