Skip to content
View luisschwab's full-sized avatar

Organizations

@ClubeBitcoinUnB

Block or report luisschwab

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. getaddress getaddress Public

    Builds a list of reachable Bitcoin nodes by impersonating one and sending `getaddr` messages to other known nodes.

    Rust 1

  2. sha256.c sha256.c Public

    C implementation of SHA-256

    C

  3. ecdsa-sign-verify.py ecdsa-sign-verify.py
    1
    '''
    2
    A simple example illustrating  
    3
    message signing and signature
    4
    verification using secp256k1
    5
    '''
  4. add an OP_RETURN output to a PSBT add an OP_RETURN output to a PSBT
    1
    #!/usr/bin/python3
    2
    
                  
    3
    '''
    4
    this script takes in an PSBT and adds an 
    5
    OP_RETURN output (OP_RETURN OP_PUSHDATA1 <len(message)> <message>)