xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

How to call secp256K1 directly, the private key package is hashed using keccak256 #138

Closed querli closed 4 months ago

querli commented 4 months ago
image image

How can I directly reference the secp256k1.dart file?

xclud commented 4 months ago

I hope this helps: https://pub.dev/packages/sec

querli commented 4 months ago

I hope this helps: https://pub.dev/packages/sec

Thank you very much