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 5fdfb1b commit 5b809de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/disclosure.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2020-2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use std::fmt::Display;
use crate::Error;
use serde_json::Value;
use std::fmt::Display;

/// Represents an elements constructing a disclosure.
/// Object properties and array elements disclosures are supported.
Expand Down
1 change: 0 additions & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 DEFAULT_SALT_RANGE: Range<usize> = 24..34;
Expand Down

0 comments on commit 5b809de

Please sign in to comment.