aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/crypto/data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/crypto/data.rs')
-rw-r--r--lockchain-core/src/crypto/data.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/lockchain-core/src/crypto/data.rs b/lockchain-core/src/crypto/data.rs
index 2ee8a9a..f1ed15c 100644
--- a/lockchain-core/src/crypto/data.rs
+++ b/lockchain-core/src/crypto/data.rs
@@ -1,7 +1,8 @@
-use traits::AutoEncoder;
+use crate::traits::AutoEncoder;
+use serde::{Serialize, Deserialize};
/// Representation of encrypted data as an enecoded format
-///
+///
/// Includes all cryptographic state primitives that are
/// required to send the data over a network and decrypt on
/// the other side of a pipe.