You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
final sign =await private.signPersonalMessage(Uint8List.fromList(utf8.encode(message)));
final signed =await private.signToSignature(Uint8List.fromList(utf8.encode(message)));
var pubKey=bytesToHex(private.publicKey.getEncoded().toList());
bool isV= isValidSignature(Uint8List.fromList(utf8.encode(message)),signed,hexToBytes(pubKey));
final adds= ecRecover(Uint8List.fromList(utf8.encode(message)), signed);
final private = EthPrivateKey.fromHex(privakey);
bool isV= isValidSignature(Uint8List.fromList(utf8.encode(message)),signed,hexToBytes(pubKey));
final adds= ecRecover(Uint8List.fromList(utf8.encode(message)), signed);
验证签名 is. false
The text was updated successfully, but these errors were encountered: