Skip to content
View ellipticKurve256k1's full-sized avatar

Block or report ellipticKurve256k1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ellipticKurve256k1/README.md

Transaction

Bitcoin Transaction ECDSA over secp256k1 Signature

$$ \begin{aligned} R &= k G = (x_R, y_R) \quad &&\text{over } \mathbb{F}_p \\ r &= x_R \bmod n \\ s &= k^{-1}(z + r d) \bmod n \end{aligned} $$

Bitcoin Transaction ECDSA Verification

$$ \begin{aligned} w &= s^{-1} \bmod n \\ u_1 &= z \cdot w \bmod n \\ u_2 &= r \cdot w \bmod n \\ P &= u_1 \cdot G + u_2 \cdot Q = (x_P, y_P) \\ r' &= x_P \bmod n \end{aligned} $$


GPG Fingerprint

AFC8 10CF 10D3 8599 4346  A34F 44EB 919B FFFF 735E

Pinned Loading

  1. wordlist-2048 wordlist-2048 Public

  2. Embedly Embedly Public

    JavaScript

  3. vault-note vault-note Public

    JavaScript

  4. psbt-builder psbt-builder Public

    JavaScript