Refer to the coffio module in an explicit way
This commit is contained in:
parent
c836f1d572
commit
7cc204f046
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ mod scheme;
|
|||
mod storage;
|
||||
|
||||
#[cfg(feature = "encryption")]
|
||||
pub use coffio::Coffio;
|
||||
pub use crate::coffio::Coffio;
|
||||
#[cfg(feature = "encryption")]
|
||||
pub use context::{DataContext, KeyContext};
|
||||
#[cfg(any(feature = "encryption", feature = "ikm-management"))]
|
||||
|
|
Loading…
Reference in a new issue