Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Nov 30, 2023
1 parent 5b809de commit e84e45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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 e84e45c

Please sign in to comment.