SodiumKeyGeneratorImpl constructor

SodiumKeyGeneratorImpl(
  1. ExternalLibrary dylib
)

Implementation

factory SodiumKeyGeneratorImpl(ExternalLibrary dylib) =>
    SodiumKeyGeneratorImpl.raw(SodiumKeyGeneratorPlatform(dylib));