Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: wulfraem <[email protected]>
  • Loading branch information
UMR1352 and wulfraem authored Sep 26, 2024
1 parent 97095d9 commit 9d3431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This creates a stateful builder with `Sha-256` hash function by default to creat
*Note: `SdJwtBuilder` is generic over `Hasher` which allows custom encoding with other hash functions.*
The builder can encode any of the object's values or array elements, using the `make_concealable` method. Suppose the value of `street_address` should be selectively disclosed as well as the value of `address` and the first `phone` value.
The builder can encode any of the object's values or array elements, using the `make_concealable` method. Suppose the value of `street_address` in 'address' should be selectively disclosed as well as the entire value of `address` and the first `phone` value.
```rust
Expand Down

0 comments on commit 9d3431f

Please sign in to comment.