压力很大同志
压力很大同志
``` thread 'tokio-runtime-worker' panicked at /Users/alex/.cargo/registry/src/github.com-25cdd57fae9f0462/rustls-0.23.25/src/crypto/mod.rs:249:14: no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point stack backtrace: 0: __rustc::rust_begin_unwind 1: core::panicking::panic_fmt 2: core::option::expect_failed 3: rustls::client::client_conn::ClientConfig::builder_with_protocol_versions 4: rustls::client::client_conn::ClientConfig::builder 5: gostd_http::client::Transport::roundTrip...
compressed public key: "02abd0411432f201a5dbc3320f9a3ea1a99f15ca90431c147c11dde9f8da4c5029" got Exception:"Invalid point compression" ``` Invalid point compression pubkey=02abd0411432f201a5dbc3320f9a3ea1a99f15ca90431c147c11dde9f8da4c5029 flutter: #0 ECCurve.decompressPoint (package:pointycastle/ecc/ecc_fp.dart:356:7) flutter: #1 ECCurveBase.decodePoint (package:pointycastle/ecc/ecc_base.dart:215:13) flutter: #2 loadPublicKey (package:secp256k1cipher/src/secp256k1Cipher.dart:158:27) ``` I use next code...