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 d287c81 commit 55a3348Copy full SHA for 55a3348
src/callback_signer.rs
@@ -12,10 +12,7 @@
12
13
use c2pa::{Signer, SigningAlg};
14
// RawSigner is currently used only fully qualified
15
-use c2pa_crypto::{
16
- raw_signature::RawSignerError,
17
- time_stamp::TimeStampProvider,
18
-};
+use c2pa_crypto::{raw_signature::RawSignerError, time_stamp::TimeStampProvider};
19
use log::debug;
20
21
use crate::Result;
0 commit comments