ecdsaSign method
Implementation
Future<Uint8List> ecdsaSign({
required String namedCurve,
required String hashAlgorithm,
required Uint8List pkcs8PrivateKey,
required Uint8List data,
}) {
throw UnsupportedError('ECDSA nao suportado nesta plataforma');
}