Getting an error in the init for the Manager class. The how do you pass the config to the Helper method? EllipticCurveKeyPair.swift:99:42: Argument passed to call that takes no arguments `self.helper = Helper(config: config)`
Getting an error in the init for the Manager class. The how do you pass the config to the Helper method?
EllipticCurveKeyPair.swift:99:42: Argument passed to call that takes no arguments
self.helper = Helper(config: config)