ecies 0.2.11

Elliptic Curve Integrated Encryption Scheme for secp256k1
Documentation
1
2
3
4
5
#[cfg(feature = "std")]
pub(crate) use std::vec::Vec;

#[cfg(not(feature = "std"))]
pub(crate) use alloc::vec::Vec;