Refer to the coffio module in an explicit way

This commit is contained in:
Rodolphe Bréard 2024-04-20 18:23:57 +02:00
parent c836f1d572
commit 7cc204f046

View file

@ -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"))]