hodler_omega

Member
12
Posts
156
Reputation
Oct 10, 2016
Joined
Recent posts
  • Hey folks, how's it going? I finally took the plunge and made an account here. Sometimes I just procrastinate on simple stuff. Recently, I've been really inspired, diving into a bunch of topics at once. I've noticed…

  • Test password variations; as you mentioned a possible issue with UTF-16, try removing or adding trailing spaces, test versions with and without uppercase letters, and if your password contains special characters,…

  • The entropy is low; using only the last two numeric digits provides only 100 possible outcomes. This limited range increases the likelihood of participants predicting the result, especially on a large scale

  • No problem, happy to help! Good luck with the swap!

  • Observe these 3 characteristics: - UTXOs - Fund destinations - Time conditions (timeouts) Bob's signature cannot be reused for another transaction that changes any of these parameters. If Alice tries to create a second…

  • You are ignoring a very important part, which is that PTLCs typically combine adaptor signatures with multi-party signatures (like MultiSig) "Adaptor signatures alone often cannot fully guarantee a contract... This…

  • Yes, the timelocks are incorporated into the transactions similarly to HTLCs. Specifically, the timelock can be included in the transaction data or in the adaptor signatures themselves to ensure that the time conditions…

  • This is impossible. An isogeny between prime-order curves requires a trivial kernel or a kernel of size equal to the prime order, which would collapse the curve into a trivial group. E1 and E2 have distinct…

  • https://slipstream.mara.com

  • No, bro, you can only recover the private key if the repeated R value is from the same address. Why on earth would different addresses share any kind of relationship like that?

  • I'll give you a better answer, my dear friend. At first, I had the same doubt, and back then, I pretended to understand the topic, but in reality, I couldn't explain the difference, for example. First, you need to know…

  • deletedOct 3, 2018

    I read what mcdouglasx said and took it as a challenge for myself. Take a good look at what I did: The ipad_key and opad_key arrays with 128 bytes each to perform HMAC operations. When the mnemonic_length exceeds 128…