factoryConfig property
FactoryConfig
factoryConfig
final
Implementation
static final FactoryConfig factoryConfig = DynamicFactoryConfig.suffix(
Mac,
'/Poly1305',
(_, final Match match) => () {
var cipher = BlockCipher(match.group(1)!);
return Poly1305.withCipher(cipher);
},
);