>> (p.1)
    Author Topic: R,S,Z , K nonce and public key Signature samples  (Read 1608 times)
    krashfire (OP)
    Member
    **
    Offline Offline

    Activity: 133
    Merit: 14


    View Profile
    June 22, 2024, 11:47:33 AM
     #1

    Saw some comments of users looking for R,S,Z Signatures and public key sample for research purposes.

    So i created a script where you can have a little more details than you need. Its a simple script so you can do your various research that you wish on ECDSA Secp256k1 signatures.

    you can download it here. https://github.com/KrashKrash/ecdsa-rsz-signature

    Code:

    === ECDSA Signature Details ===

    BTC Address: 1JvF4Bn4yF6GThYEA7pfhp3j8Xb6wu2t8D
    Private Key: edb01804beb2e95898648ae87f1fa072d53b3b6f4564e092065bac907f063b9d

    Signature (r, s, z):
      r: 634e6e5d85360927c64d66bdd616dc58ac6b72cd22fac01c544236b63734ad35
      s: 7fe9088b3849cddb82f38ef9244a06c413addb38031ee01a38e675ff28579d8a
      z: 6ad532092bb3f4ee012e61df35c95efc7d9e9fa5653c371bc843fa4b3627f01f
      k (nonce): 695e5e4c01e8ac9d77b7ecdd9881d50bb397ff7e54e082240a19b714c4de7ef8
    PubKey: 034f966cdcc502d17876270349736f6a20f13edb5eccb5a92d1c702a0e059a9ba9

    Signature Verification: Valid



    just a little more info for you who are just starting out to do the research, some call it z, some call it message(hash) some just call it h. but it means the same thing.

    message or m  = the original message
    H(m) or h or z = the hash of the message
    H(m), h or z depending on who you talk to, is the hash of the message. same meaning.

    I just want to have this information out here so you don't waste your time thinking what is h and what is z. Good luck on your research.

    KRASH
Page 1
Viewing Page: 1