Skip to main content

void_core/collab/
ecies.rs

1//! ECIES operations — re-exported from void-crypto.
2//!
3//! See `void_crypto::ecies` for the implementation.
4
5pub use void_crypto::ecies::*;