Hu Shili
Hu Shili
@ChristopherDedominici Thanks for your feedback! I just imported through `const hre = require("hardhat");` from `hardhat v2.22.3`, but if other libraries do make a difference here, the following list shows all...
Yes, it is still there. Only the `from` field is full-filled. ``` FeeData { gasPrice: 4000000000n, maxFeePerGas: 7000000000n, maxPriorityFeePerGas: 1000000000n } { to: '0x480dd671880768D24317FA965D00f43D25868892', value: 1n, from: '0x480dd671880768D24317FA965D00f43D25868892' } ```...
I have few idea about the beacon contribution in MPC. It sounds like a public-and-trustable contribution from third parties. But when refering the following codes, I have some questions. https://github.com/Consensys/gnark/blob/b51a3d4535cbc6d45bf52cd5c2f81bf8579a1c33/backend/groth16/bn254/mpcsetup/phase1.go#L158-L162...
We are using local proving in decentralized key generation, and this service is regularly called to refresh the generated key group. Proving is enforced, yes, but it's somehow inconvenient in...
I briefly read through the implementation, and it looks compatible with the Solidity/EVM precompile interface. To verify the equivalence, please consider using the EVM test data, ref https://github.com/ethereum/go-ethereum/tree/v1.16.7/core/vm/testdata/precompiles.
> We need to add compatibility with https://eips.ethereum.org/EIPS/eip-2537 and the only thing that can be incompatible now is `bls12381MultiExp`. Yes, the EIP-2537 has been updated several times since Feb 2024,...
> AI's Conclusion: > > ``` > Call chain: > CryptoLib.BLS12_381.cs line 34: calls p.ToCompressed() > G1Affine.ToCompressed() line 149 (neo/src/Neo.Cryptography.BLS12_381/G1Affine.cs): calls Y.LexicographicallyLargest() > Fp.LexicographicallyLargest() lines 166-171 (neo/src/Neo.Cryptography.BLS12_381/Fp.cs): contains the constant...
A potential obstacle is that the DKIM signature is highly customizable. Here are some examples. ``` // From Gmail DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1761821759; x=1762426559; darn=ngd.neo.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject:date:message-id:reply-to; bh=ftwRR81eVBuuSRl0nulaFEm/Ex7jmFZVOTAPiZmOOjY=;...