factoryConfig property

FactoryConfig factoryConfig
final

Implementation

static final FactoryConfig factoryConfig = StaticFactoryConfig(
    AEADCipher,
    'ChaCha20-Poly1305',
    () => ChaCha20Poly1305(ChaCha7539Engine(), Poly1305()));