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 f1a9b42 commit 41cb724
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ use serde_json::json;
use serde_json::Map;
use serde_json::Value;

pub(crate) const DIGESTS_KEY: str = "_sd";
pub(crate) const ARRAY_DIGEST_KEY: str = "...";
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 41cb724

Please sign in to comment.