From 7308429c2493607f18ff481644788ea0da727aca Mon Sep 17 00:00:00 2001 From: liyi Date: Wed, 12 Feb 2025 11:26:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B3=A8=E9=87=8A=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=8A=A0=E8=A7=A3=E5=AF=86=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/talk/starChart/handle/other/do_sign.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/talk/starChart/handle/other/do_sign.dart b/lib/talk/starChart/handle/other/do_sign.dart index 631831ab..b5d8f310 100644 --- a/lib/talk/starChart/handle/other/do_sign.dart +++ b/lib/talk/starChart/handle/other/do_sign.dart @@ -2,7 +2,7 @@ import 'dart:async'; import 'dart:typed_data'; import 'package:convert/convert.dart'; -import 'package:fast_rsa/fast_rsa.dart' as fastRsa; +// import 'package:fast_rsa/fast_rsa.dart' as fastRsa; import 'package:flutter/services.dart'; import 'package:pointycastle/export.dart' as pc; import 'dart:convert';