diff --git a/src/encoder.rs b/src/encoder.rs index e41a0d9..a33e16a 100644 --- a/src/encoder.rs +++ b/src/encoder.rs @@ -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 = 24..34; /// Transforms a JSON object into an SD-JWT object by substituting selected values