[][src]Function encon::init

pub fn init() -> Result<(), ()>

init() initializes the sodium library and chooses faster versions of the primitives if possible. init() also makes the random number generation functions thread-safe

See also sodiumoxide::init.