Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Nov 30, 2023
1 parent 41cb724 commit 5fdfb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use serde_json::Value;
pub(crate) const DIGESTS_KEY: &str = "_sd";

pub(crate) const ARRAY_DIGEST_KEY: &str = "...";

pub(crate) const DEFAULT_SALT_RANGE: Range<usize> = 24..34;

/// Transforms a JSON object into an SD-JWT object by substituting selected values
Expand Down

0 comments on commit 5fdfb1b

Please sign in to comment.