FIPA2V2_Signature(en-US)



  • FIPA2: Signature
    Version: 2
    Language: en-US
    Author: C_armX
    Status: draft
    Created date: 2021-05-14
    LastModifiedDate:2021-05-14
    File hash: "unknown"
    TXid: 
    

    FIPA2V2_Signature(en-US)

    Contents

    Introduction

    General rules of FIPA type protocols

    Rules specific to this protocol

    Introduction

    ProtocolType: FIPA
    SerialNumber: 2
    ProtocolName: Signature
    VersionNumber: 2
    Description : Define the json of the signature data.
    Author: C_armX,Free_Cash
    Language: en-US
    Tags: FIPA, Signature
    PreVersionHash:"c1238989a08029c6abf3caf294c5c6589abaf80c64bd1dd2ce3e7bfc44e3a83a"

    General rules of FIPA protocols

    FIPA protocols make improvements to the FCH ecosystem. These improvements will not lead to a hard fork of the main network, and will not write information on the blockchain.

    Rules specific to this protocol

    1. Sign with ecdsa signature algorithm, then Base64 encoding.

    2. The signatures are transmitted in the following format:

    {
    "message":"xxxxx",     //raw msg
    "address":"FKsiWy4KLHAArxy6bgjVx4QuAS8fS2FqBR",  //fch address
    "signature":"H+B8xy6lwKIpSQ06kH8MyFUwqRnH1E2FEUrJDNYr+ZoFAHlFxlJ+zj4wFPNqi658PK63ARF vrJezoBrzzq9OLdA="   //signature
    }
    

Log in to reply