[][src]Function yaca::initialize

pub fn initialize() -> Result<()>

Initializes the library

  • Must be called before any other crypto function. Should be called once in each thread that uses yaca.
  • See yaca::cleanup().