We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6d1f0 commit ab74355Copy full SHA for ab74355
packages/rs-dpp/src/identity/identity_public_key/v0/methods/mod.rs
@@ -1,8 +1,10 @@
1
+#[cfg(feature = "bls-signatures")]
2
+use crate::bls_signatures;
3
use crate::identity::identity_public_key::methods::hash::IdentityPublicKeyHashMethodsV0;
4
use crate::identity::identity_public_key::v0::IdentityPublicKeyV0;
5
use crate::identity::KeyType;
6
use crate::util::hash::ripemd160_sha256;
-use crate::{bls_signatures, ProtocolError};
7
+use crate::ProtocolError;
8
use anyhow::anyhow;
9
use dashcore::blsful::Bls12381G2Impl;
10
use dashcore::hashes::Hash;
0 commit comments