alex777

Member
5
Posts
107
Reputation
Jun 6, 2017
Joined
Recent posts
  • You're right — I used threshold k <= 33 instead of k <= 34 (your function is called "in_first34" after all). My off-by-one error. That said, 100% accuracy on a 67-point curve where you hand-crafted the decision tree by…

  • I ran an empirical test on your claim. Here are the results: Your toy curve (p=79, n=67): 98.5% accuracy — impressive! secp256k1 (actual Bitcoin curve): 49.0% accuracy — literally worse than a coin flip. The problem is…

  • I'm building a suite of Rust tools for blockchain security research: vusi - ECDSA signature vulnerability analysis. Currently implements nonce reuse detection with private key recovery. Roadmap includes: Biased nonce…

  • - No CUDA kernel sources = unknown what the code does - "Authentication required" with GPL-3 = licensing nonsense - "100% clean, no backdoors" promises = unverifiable Besides, what's the point of this project? Is it an…

  • This repository does not contain any code.