CN111445334A - Aggregation signature method and device for block chain system and storage medium - Google Patents

Aggregation signature method and device for block chain system and storage medium Download PDF

Info

Publication number
CN111445334A
CN111445334A CN202010233793.7A CN202010233793A CN111445334A CN 111445334 A CN111445334 A CN 111445334A CN 202010233793 A CN202010233793 A CN 202010233793A CN 111445334 A CN111445334 A CN 111445334A
Authority
CN
China
Prior art keywords
transaction
nodes
signature information
node
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010233793.7A
Other languages
Chinese (zh)
Other versions
CN111445334B (en
Inventor
张宇
李敏
肖若楠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BEIJING CERTIFICATE AUTHORITY
Original Assignee
BEIJING CERTIFICATE AUTHORITY
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by BEIJING CERTIFICATE AUTHORITY filed Critical BEIJING CERTIFICATE AUTHORITY
Priority to CN202010233793.7A priority Critical patent/CN111445334B/en
Publication of CN111445334A publication Critical patent/CN111445334A/en
Application granted granted Critical
Publication of CN111445334B publication Critical patent/CN111445334B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3825Use of electronic signatures

Abstract

The invention provides an aggregation signature method, an aggregation signature device and a storage medium of a block chain system, wherein the method comprises the following steps: generating transaction information when a transaction initiating node initiates a transaction, signing the transaction information to generate first signature information, and sending the first signature information to the N endorsement nodes; the N endorsement nodes respectively check the endorsements after receiving the first signature information, and generate second signature information based on the first signature information after passing the verification and send the second signature information to the transaction initiation node; after the transaction initiating node receives the n pieces of second signature information, generating aggregated signature information based on the n pieces of second signature information, and sending the transaction information containing the aggregated signature information to the consensus node; and the consensus node generates a block, sends the block to the accounting node for verification, and records the block in a block chain if the verification is passed. The invention adopts the aggregation signature technology, can obviously improve the efficiency and provides the signature calculation method suitable for the block chain system.

Description

Aggregation signature method and device for block chain system and storage medium
Technical Field
The invention relates to the technical field of computer security, in particular to an aggregation signature method and device for a block chain system and a storage medium.
Background
The blockchain originates from the bit currency, 11.1.2008, and a person who calls the traditional Chinese medicine (Satoshi Nakamoto) lists the bit currency, namely a point-to-point electronic cash system, describes the architecture concept of the electronic cash system based on the P2P network technology, encryption technology, timestamp technology, blockchain technology and the like, and marks the birth of the bit currency. Two-month later theories step into practice, and a first creation block with the serial number of 0 is born on 1 month and 3 days in 2009. The block with the number 1 appears in 2009 at 1/9, and is connected with the created block with the number 0 to form a chain, which marks the birth of the block chain.
In recent years, the attitude of bitcoin in the world has fallen, but a blockchain technique, which is one of bitcoin underlying techniques, has been increasingly emphasized. In the process of forming the bitcoin, the blocks are storage units one by one, and all communication information of each block node within a certain time is recorded. The blocks are linked through random hashing (also called hashing algorithm), the next block contains the hash value of the previous block, one block is connected with one block successively along with the expansion of information exchange, and the formed result is called a block chain.
What is the blockchain? From a technological level, the blockchain involves many scientific and technical problems such as mathematics, cryptography, internet and computer programming. From the application perspective, the blockchain is simply a distributed shared account book and database, and has the characteristics of decentralization, no tampering, trace remaining in the whole process, traceability, collective maintenance, public transparency and the like. The characteristics ensure the honesty and the transparency of the block chain and lay a foundation for creating trust for the block chain. And the rich application scenes of the block chains basically solve the problem of information asymmetry based on the block chains, and realize the cooperative trust and consistent action among a plurality of main bodies.
That is to say, the block chain is a distributed accounting technology, and the problem of performing trusted accounting in an untrusted environment is solved, which is significant. Federation chains are a relatively representative class of blockchains. At present, the confirmation of the alliance chain to the transaction is realized by adopting a signature-signature verification mechanism. In the current mainstream technology, a transaction initiator and an endorsement node independently sign a transaction, and each signature needs to be verified during verification. Transaction verification, which is a very high frequency operation in the blockchain, becomes a task with higher resource consumption when the number of endorsement nodes is large. Therefore, how to improve the performance of transaction verification will significantly improve the performance of the whole blockchain.
Disclosure of Invention
The present invention provides the following technical solutions to overcome the above-mentioned drawbacks in the prior art.
An aggregate signature method for a blockchain system, the blockchain system comprising a transaction initiating node, a transaction receiving node, N endorsement nodes, K consensus nodes, and L billing nodes, the method comprising:
a transaction initiating step, namely, when a transaction initiating node initiates a transaction to a transaction receiving node, transaction information is generated, the transaction information is signed to generate first signature information, and the first signature information is sent to the N endorsement nodes;
in the endorsement verification step, the N endorsement nodes respectively verify the endorsements after receiving the first signature information, and if the endorsement nodes pass the verification, the endorsement nodes generate second signature information based on the first signature information and send the second signature information to the transaction initiating node;
an aggregation step, after the transaction initiating node receives the second signature information sent by the n endorsement nodes, generating aggregated signature information based on the n pieces of second signature information and the first signature information, and sending the transaction information containing the aggregated signature information to the K consensus nodes;
a block generation step, wherein the K consensus nodes check and sign the transaction information containing the aggregated signature information, if the transaction information passes the verification, the transaction record is written into a local transaction pool, then the K consensus nodes take out the transaction from the transaction pool, generate blocks according to a consensus mechanism, and send the blocks to the L accounting nodes;
a billing verification step, wherein the L billing nodes verify all transactions in the block, if the verification is successful, the block is written into a local block chain, otherwise, the block is discarded;
wherein, N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, and N is more than or equal to 1 and less than or equal to N.
Further, the blockchain system further comprises a system management node, and the system management node is used for completing initialization of the blockchain system.
Further, initialization of the blockchain system selects large prime numbers p and elliptic curve groups G, G for the system management node1Defining a bilinear map e G × G → G1Defining Hash operation H: {0,1}*→ G, and issuing G, e, G to the transaction initiating node, the transaction receiving node, the N endorsement nodes, the K consensus nodes and the L accounting nodes1And H, wherein the generator of G is G.
Further, the transaction initiating node, the transaction receiving node and the N endorsement nodes participating in the transaction generate respective private keys d based on the initialization of the blockchain systemiAnd public key DiWherein the public key is published to other nodes.
Further, transaction information M is generated when a transaction initiating node s initiates a transaction to a transaction receiving node, the transaction initiating node calculates h ═ h (M) and
Figure BDA0002430273060000041
the first signature information (M, sigma)s,Ds) Sending the data to the N endorsement nodes;
when node E of endorsementiReceiving first signature information (M, sigma)s,Ds) Then, h ═ h (m) is calculated, and equation e (D) is determineds,h)=e(g,σs) If not, the signature verification fails, if so, the calculation is carried out
Figure BDA0002430273060000042
And will (M, sigma)i,Di) Sending the signature information as second signature information to the transaction initiating node s;
when the transaction initiating node s receives the second signature information of the n endorsement nodes, calculating
Figure BDA0002430273060000043
The complete transaction information (D) containing the aggregated signature informations,{Di|i∈[1,n]}, M, sigma) to the K consensus nodes;
after the K common identification nodes receive the aggregation signature information, calculation is carried out
Figure BDA0002430273060000044
And h ═ h (m), then determine if equation e (D, h) ═ e (g, σ) holds, if not, signature verification fails, if yes, then (D, h) will be useds,{Di|i∈[1,n]}, M, sigma) into a local transaction pool; the K consensus nodes take out the transactions (D) from the transaction pools,{Di|i∈[1,n]The invention also provides an aggregation signature device of a block chain system, wherein the block chain system comprises a transaction initiating node, a transaction receiving node, N endorsement nodes, K consensus nodes and L accounting nodes, and the device comprises:
the transaction initiating unit generates transaction information when one transaction initiating node initiates a transaction to one transaction receiving node, signs the transaction information to generate first signature information and sends the first signature information to the N endorsement nodes;
the endorsement verification unit is used for verifying the endorsements after the N endorsement nodes receive the first signature information respectively, and if the endorsement nodes pass the verification, the endorsement nodes generate second signature information based on the first signature information and send the second signature information to the transaction initiating node;
the aggregation unit is used for generating aggregated signature information based on the n pieces of second signature information and the first signature information after the transaction initiating node receives the second signature information sent by the n endorsement nodes, and sending the transaction information containing the aggregated signature information to the K consensus nodes;
the block generation unit is used for verifying and signing the transaction information containing the aggregated signature information by the K consensus nodes, writing the transaction record into a local transaction pool if the transaction information passes verification, taking out the transaction from the transaction pool by the K consensus nodes, generating blocks according to a consensus mechanism, and sending the blocks to the L accounting nodes;
a billing verification unit, said L billing nodes verifying all transactions in said block, writing the block into the local blockchain if verification is successful, otherwise discarding the block;
wherein, N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, and N is more than or equal to 1 and less than or equal to N.
Further, the blockchain system further comprises a system management node, and the system management node is used for completing initialization of the blockchain system.
Further, initialization of the blockchain system selects large prime numbers p and elliptic curve groups G, G for the system management node1Defining a bilinear map e G × G → G1Defining Hash operation H: {0,1}*→ G, and issuing G, e, G to the transaction initiating node, the transaction receiving node, the N endorsement nodes, the K consensus nodes and the L accounting nodes1And H, wherein the generator of G is G.
Further, the transaction initiating node, the transaction receiving node and the N endorsement nodes participating in the transaction generate respective private keys d based on the initialization of the blockchain systemiAnd public key DiWherein the public key is published to other nodes.
Further, transaction information M is generated when a transaction initiating node s initiates a transaction to a transaction receiving node, the transaction initiating node calculates h ═ h (M) and
Figure BDA0002430273060000061
the first signature information (M, sigma)s,Ds) Sending the data to the N endorsement nodes;
when node E of endorsementiReceiving first signature information (M, sigma)s,Ds) Then, h ═ h (m) is calculated, and equation e (D) is determineds,h)=e(g,σs) If not, the signature verification fails, if so, the calculation is carried out
Figure BDA0002430273060000062
And will (M, sigma)i,Di) Sending the signature information as second signature information to the transaction initiating node s;
when the transaction initiating node s receives the second signature information of the n endorsement nodes, calculating
Figure BDA0002430273060000063
Complete transaction information (D) comprising aggregated signature informations,{Di|i∈[1,n]}, M, σ) to the K consensus nodes;
after the K common identification nodes receive the aggregation signature information, calculation is carried out
Figure BDA0002430273060000064
And h ═ h (m), then determine if equation e (D, h) ═ e (g, σ) holds, if not, signature verification fails, if yes, then (D, h) will be useds,{Di|i∈[1,n]}, M, sigma) into a local transaction pool; the K consensus nodes take out the transactions (D) from the transaction pools,{Di|i∈[1,n]}, M, sigma) and generating blocks according to a consensus mechanism, and broadcasting the blocks to an accounting node, wherein the accounting node writes the blocks into a local block chain if all transaction verification in the blocks is verified to be successful, otherwise, discards the blocks. The present invention also proposes a computer-readable storage medium having stored thereon computer program code means for performing any of the above-mentioned means when said computer program code means is executed by a computer.
The method has the technical effects that the block chain system comprises a transaction initiating node, transaction receiving nodes, N endorsement nodes, K common identification nodes and L accounting nodes, the method comprises the steps of generating transaction information when one transaction initiating node initiates a transaction to one transaction receiving node, signing the transaction information to generate first signature information and sending the first signature information to the N endorsement nodes, respectively verifying after the N endorsement nodes receive the first signature information, if verification is passed, generating second signature information by the endorsement nodes based on the first signature information and sending the second signature information to the transaction initiating node, generating aggregated signature information based on the N second signature information and the first signature information after the transaction initiating node receives the second signature information sent by the N endorsement nodes, sending the transaction information containing the aggregated signature information to the K common identification nodes, verifying the transaction information containing the aggregated signature information after the transaction initiating node receives the N second signature information, if verification passes, sending the aggregated signature information to the K common identification nodes, and then sending the transaction information to the K common identification nodes after the transaction initiating node verifies that the aggregated signature information is received, and if verification is passed, the verification is carried out, the verification that the transaction information is sent to the aggregated signature information, and the block chain system verifies that the multiple transaction information, otherwise, the multiple transaction information is sent to a block chain system, and the block chain system, if verification is carried out, the verification that the block chain system, and the block chain system, the block chain system verifies that the multiple block chain system has a block chain system, and the multiple block chain system has a block chain system with multiple block chain.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings.
Fig. 1 is a flowchart of an aggregate signature method of a blockchain system according to an embodiment of the present invention.
Fig. 2 is a block diagram of an aggregate signature apparatus of a blockchain system according to an embodiment of the present invention.
Detailed Description
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Fig. 1 illustrates an aggregated signature method of a blockchain system according to the present invention, where the blockchain system includes a transaction initiating node, a transaction receiving node, N endorsement nodes, K consensus nodes, and L accounting nodes, and the transaction initiating node, the transaction receiving node, the endorsement node, the consensus nodes, and the accounting nodes in the present invention may be on one hardware device or on multiple hardware devices, that is, one computing device may serve as the transaction initiating node, the transaction receiving node, the endorsement node, and/or one accounting node.
The method comprises the following steps: a transaction initiating step S101, when a transaction initiating node initiates a transaction to a transaction receiving node, transaction information is generated, the transaction information is signed to generate first signature information, and the first signature information is sent to the N endorsement nodes; the transaction information is a macroscopic concept, and can be the transfer of digital assets, the storage of documents and other operations.
And an endorsement verification step S102, wherein the N endorsement nodes respectively perform signature verification after receiving the first signature information, and if the verification is passed, the endorsement nodes generate second signature information based on the first signature information and send the second signature information to the transaction initiating node. When a peer receives a transaction, it calls the VSCC (validation system chain code) associated with the Chaincode of the transaction as part of the transaction validation process to determine the validity of the transaction, a transaction containing endorsement support in one or more peer endorsement nodes.
And an aggregation step S103, after the transaction initiating node receives the second signature information sent by the n endorsement nodes, generating aggregated signature information based on the n pieces of second signature information and the first signature information, and sending the transaction information containing the aggregated signature information to the K consensus nodes. And when the transaction initiating node receives the n second signature information and the first signature information sent by the n endorsement nodes according to the endorsement policy, generating aggregated signature information. The endorsement strategy is described below.
An endorsement policy is an assertion of a transaction, an endorsement, and possibly the next state decision, TRUE or FA L SE.
1. Chain code related keys or identifiers (found within the metadata of the chain code), such as an endorsement node set;
2. more chain code metadata;
3. elements of the transaction itself;
4. there may be others.
The evaluation of the endorsement policy assertion must be deterministic. The endorsement strategy cannot be complex, nor "small chain codes". The endorsement policy specification language must be limited and able to increase certainty.
The assertion list is simple to rich, and the complexity is easy to get. That is, the policy to support only key and node identifiers is relatively simple.
To be dealt with: parameters of an endorsement policy are determined.
The assertion may comprise a logical expression that results in TRUE or FA L SE, typically this condition comprises a digital signature issued by the chain code endorsement node on the transaction call.
Assume that the chain code specifies an endorsement node set E ═ Alice, Bob, Charlie, Dave, Eve, Frank, George }, some exemplary policies: e sets valid signatures for all elements. E sets valid signatures for any one element.
Valid signatures for endorsement nodes that satisfy this condition (Alice OR Bob) AND (any two of: Charlie, Dave, Eve, Frank, George).
Valid signatures for any 5 of the 7 endorsement nodes. (more generally, a chain code with n >3f endorsement nodes requires 2f +1 of the n endorsement nodes to have valid signatures, or any group of over (n + f)/2 endorsement nodes to have valid signatures).
Assuming that endorsement nodes all have a "bet" or "weight", such as { Alice ═ 49, Bob ═ 15, Charlie ═ 15, Dave ═ 10, Eve ═ 7, Frank ═ 3, George ═ 1}, the total bet is 100: the policy requires a valid signature for the majority bet set (i.e., a set with a total bet strictly greater than 50), such as any X different from George { Alice, X }, or { all but Alice }, etc.
And a block generation step S104, wherein the K consensus nodes check the aggregated signature information, if the verification is passed, the transaction record is written into a local transaction pool, then the K consensus nodes take out the transaction from the transaction pool, generate blocks according to a consensus mechanism, and send the blocks to the L accounting nodes, when the blocks are generated, a block can be generated for the transaction by adopting the consensus mechanism and broadcast to the L accounting nodes, and if the block is not passed in the consensus mechanism, the block is not generated.
And an accounting verification step S105, verifying all transactions in the block by the L accounting nodes, writing the block into a local block chain if the verification is successful, and discarding the block if the verification is successful, wherein N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, and N is more than or equal to 1 and less than or equal to N.
In one embodiment, the blockchain system further includes a system management node, where the system management node is configured to complete initialization of the blockchain system, and the system management node may be a management server configured to initialize various parameters required for signature of the blockchain system.
Preferably, the signature of the blockchain system required to initialize the blockchain systemThe various parameters required include: the system management node selects a large prime number p and an elliptic curve group G, G1Defining a bilinear map e G × G → G1Defining Hash operation H: {0,1}*→ G, and issuing G, e, G to the transaction initiating node, the transaction receiving node, the N endorsement nodes, the K consensus nodes and the L accounting nodes1And H, wherein the generator of G is G.
In one embodiment, the transaction initiating node, the transaction receiving node, the N endorsement nodes and the like participating in the transaction generate respective private keys and public keys based on the initialization of the blockchain system, wherein the public keys are issued to other nodes, and the other nodes are other nodes except for the other nodes, for example, one participating node i randomly selects di∈ZpCalculating
Figure BDA0002430273060000121
DiI.e. the public key of i, diIs a private key, and discloses DiSecret di
In one embodiment, aggregated signature verification of transactions is achieved based on various parameters of the blockchain system required to initialize the signature of the blockchain system, transaction information M is generated when a transaction initiating node s initiates a transaction to a transaction receiving node, and the transaction initiating node calculates h (h), (M) and
Figure BDA0002430273060000122
the first signature information (M, sigma)s,Ds) Sending to the N endorsement nodes as endorsement node EiWhen the first signature information is received, h ═ h (m) is calculated, and equation e (D) is determineds,h)=e(g,σs) If not, the signature verification fails, if so, the calculation is carried out
Figure BDA0002430273060000123
And will (M, sigma)i,Di) Sending the signature information as second signature information to the transaction initiating node s; when the transaction initiating node s receives the second signature information of the n endorsement nodes, calculating
Figure BDA0002430273060000124
Complete transaction information (D) comprising aggregated signature informations,{Di|i∈[1,n]}, M, σ) to the K consensus nodes; after the K common identification nodes receive the aggregation signature information, calculation is carried out
Figure BDA0002430273060000125
And h ═ h (m), then determine if equation e (D, h) ═ e (g, σ) holds, if not, signature verification fails, if yes, then (D, h) will be useds,{Di|i∈[1,n]}, M, sigma) into a local transaction pool; the K consensus nodes take out the transactions (D) from the transaction pools,{Di|i∈[1,n]}, M, sigma) and generating blocks according to a consensus mechanism, and broadcasting the blocks to an accounting node, wherein the accounting node verifies all transactions in the blocks, and writes the blocks into a local block chain if the verification is successful, otherwise, discards the blocks. Wherein i is more than or equal to 1 and less than or equal to N. The method adopts the specific signature algorithm execution process provided by the invention, has high execution efficiency and strong secrecy, is suitable for the safety requirement of the block chain, and is another invention point of the invention.
Fig. 2 shows an aggregation signature apparatus of a blockchain system of the present invention, where the blockchain system includes a transaction initiating node, a transaction receiving node, N endorsement nodes, K consensus nodes, and L accounting nodes, and the transaction initiating node, the transaction receiving node, the endorsement nodes, the consensus nodes, and the accounting nodes in the present invention may be on one hardware device or on multiple hardware devices, that is, one computing device may serve as the transaction initiating node, the transaction receiving node, the endorsement node, the consensus node, and/or the accounting node.
The device of the invention comprises: the transaction initiating unit 201 is used for generating transaction information when a transaction initiating node initiates a transaction to a transaction receiving node, signing the transaction information to generate first signature information and sending the first signature information to the N endorsement nodes; the transaction information is a macroscopic concept, and can be the transfer of digital assets, the storage of documents and other operations.
And the endorsement verification unit 202 is configured to verify the endorsements respectively after the N endorsement nodes receive the first signature information, and if the endorsement passes the verification, the endorsement nodes generate second signature information based on the first signature information and send the second signature information to the transaction initiating node. When a peer receives a transaction, it calls the VSCC (validation system chain code) associated with the Chaincode of the transaction as part of the transaction validation process to determine the validity of the transaction, a transaction containing endorsement support in one or more peer endorsement nodes.
And the aggregation unit 203 is configured to generate aggregated signature information based on the n pieces of second signature information and the first signature information after the transaction initiating node receives the second signature information sent by the n endorsement nodes, and send the transaction information including the aggregated signature information to the K consensus nodes. And when the transaction initiating node receives the n pieces of second signature information and the first signature information sent by the n endorsement nodes according to the endorsement policy, generating aggregated signature information. The endorsement strategy is described below.
An endorsement policy is an assertion of a transaction, an endorsement, and possibly the next state decision, TRUE or FA L SE.
1. Chain code related keys or identifiers (found within the metadata of the chain code), such as an endorsement node set;
2. more chain code metadata;
3. elements of the transaction itself;
4. there may be others.
The evaluation of the endorsement policy assertion must be deterministic. The endorsement strategy cannot be complex, nor "small chain codes". The endorsement policy specification language must be limited and able to increase certainty.
The assertion list is simple to rich, and the complexity is easy to get. That is, the policy to support only key and node identifiers is relatively simple.
To be dealt with: parameters of an endorsement policy are determined.
The assertion may comprise a logical expression that results in TRUE or FA L SE, typically this condition comprises a digital signature issued by the chain code endorsement node on the transaction call.
Assume that the chain code specifies an endorsement node set E ═ Alice, Bob, Charlie, Dave, Eve, Frank, George }, some exemplary policies: e sets valid signatures for all elements. E sets valid signatures for any one element.
Valid signatures for endorsement nodes that satisfy this condition (Alice OR Bob) AND (any two of: Charlie, Dave, Eve, Frank, George).
Valid signatures for any 5 of the 7 endorsement nodes. (more generally, a chain code with n >3f endorsement nodes requires 2f +1 of the n endorsement nodes to have valid signatures, or any group of over (n + f)/2 endorsement nodes to have valid signatures).
Assuming that endorsement nodes all have a "bet" or "weight", such as { Alice ═ 49, Bob ═ 15, Charlie ═ 15, Dave ═ 10, Eve ═ 7, Frank ═ 3, George ═ 1}, the total bet is 100: the policy requires a valid signature for the majority bet set (i.e., a set with a total bet strictly greater than 50), such as any X different from George { Alice, X }, or { all but Alice }, etc.
The block generating unit 204 is configured to, if the aggregated signature information passes verification, write the transaction record into a local transaction pool, then take out transactions from the transaction pool by the K consensus nodes, generate blocks according to a consensus mechanism, and send the blocks to the L accounting nodes, when a block is generated, a block may be generated for a transaction by using the consensus mechanism and broadcast the block to the L accounting nodes, and if the block does not pass the consensus mechanism, the block is not generated.
The accounting verification unit 205 is used for verifying all transactions in the block by the L accounting nodes, if the verification is successful, the block is written into a local block chain, otherwise, the block is discarded, wherein N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, and N is more than or equal to 1 and less than or equal to N.
In one embodiment, the blockchain system further includes a system management node, where the system management node is configured to complete initialization of the blockchain system, and the system management node may be a management server configured to initialize various parameters required for signature of the blockchain system.
Preferably, the various parameters of the blockchain system required to initialize the signature of the blockchain system include: the system management node selects a large prime number p and an elliptic curve group G, G1Defining a bilinear map e G × G → G1Defining Hash operation H: {0,1}*→ G, and issuing G, e, G to the transaction initiating node, the transaction receiving node, the L accounting nodes, the N endorsement nodes, the K consensus nodes and the L accounting nodes1And H, wherein the generator of G is G.
In one embodiment, the transaction initiating node, the transaction receiving node, the N endorsement nodes and the like participating in the transaction generate respective private keys and public keys based on the initialization of the blockchain system, wherein the public keys are issued to other nodes, and the other nodes are other nodes except for the other nodes, for example, one participating node i randomly selects di∈ZpCalculating
Figure BDA0002430273060000171
DiI.e. the public key of i, diIs a private key, and discloses DiSecret di
In one embodiment, each signature required to initialize the blockchain system is based on the blockchain systemParameters implement aggregate signature verification of transactions, transaction information M is generated when a transaction initiating node s initiates a transaction to a transaction receiving node, the transaction initiating node calculates h ═ h (M) and
Figure BDA0002430273060000172
the first signature information (M, sigma)s,Ds) Sending to the N endorsement nodes as endorsement node EiReceiving first signature information (M, sigma)s,Ds) Then, h ═ h (m) is calculated, and equation e (D) is determineds,h)=e(g,σs) If not, the signature verification fails, if so, the calculation is carried out
Figure BDA0002430273060000173
And will (M, sigma)i,Di) Sending the signature information as second signature information to the transaction initiating node s; when the transaction initiating node s receives the second signature information of the n endorsement nodes, calculating
Figure BDA0002430273060000174
The complete transaction information (D) containing the aggregated signature informations,{Di|i∈[1,n]}, M, σ) to the K consensus nodes; after the K common identification nodes receive the aggregation signature information, calculation is carried out
Figure BDA0002430273060000175
And h ═ h (m), then determine if equation e (D, h) ═ e (g, σ) holds, if not, signature verification fails, if yes, then (D, h) will be useds,{Di|i∈[1,n]}, M, sigma) into a local transaction pool; the K consensus nodes take out the transactions (D) from the transaction pools,{Di|i∈[1,n]}, M, sigma) and generating blocks according to a consensus mechanism, and broadcasting the blocks to an accounting node, wherein the accounting node verifies all transactions in the blocks, and writes the blocks into a local block chain if the verification is successful, otherwise, discards the blocks. Wherein i is more than or equal to 1 and less than or equal to N. The device adopts the specific signature algorithm execution process provided by the invention, and has high execution efficiency and strong secrecyThe method is applicable to the safety requirement of the block chain, and is another invention point of the invention.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be essentially implemented or the portions that contribute to the prior art may be embodied in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the apparatuses described in the embodiments or some portions of the embodiments of the present application.
Finally, it should be noted that: although the present invention has been described in detail with reference to the above embodiments, it should be understood by those skilled in the art that: modifications and equivalents may be made thereto without departing from the spirit and scope of the invention and it is intended to cover in the claims the invention as defined in the appended claims.

Claims (11)

1. An aggregate signature method for a blockchain system, the blockchain system comprising a transaction initiating node, a transaction receiving node, N endorsement nodes, K consensus nodes, and L billing nodes, the method comprising:
a transaction initiating step, namely, when a transaction initiating node initiates a transaction to a transaction receiving node, transaction information is generated, the transaction information is signed to generate first signature information, and the first signature information is sent to the N endorsement nodes;
in the endorsement verification step, the N endorsement nodes respectively verify the endorsements after receiving the first signature information, and if the endorsement nodes pass the verification, the endorsement nodes generate second signature information based on the first signature information and send the second signature information to the transaction initiating node;
an aggregation step, after the transaction initiating node receives the second signature information sent by the n endorsement nodes, generating aggregated signature information based on the n pieces of second signature information and the first signature information, and sending the transaction information containing the aggregated signature information to the K consensus nodes;
a block generation step, wherein the K consensus nodes check and sign the transaction information containing the aggregated signature information, if the transaction information passes the verification, the transaction record is written into a local transaction pool, then the K consensus nodes take out the transaction from the transaction pool, generate blocks according to a consensus mechanism, and send the blocks to the L accounting nodes;
a billing verification step, wherein the L billing nodes verify all transactions in the block, if the verification is successful, the block is written into a local block chain, otherwise, the block is discarded;
wherein, N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, and N is more than or equal to 1 and less than or equal to N.
2. The method of claim 1, wherein the blockchain system further comprises a system management node configured to complete initialization of the blockchain system.
3. Method according to claim 1 or 2, characterized in that the initialization of the blockchain system selects large prime p and elliptic curve groups G, G for system management nodes1Defining a bilinear map e G × G → G1Defining Hash operation H: {0,1}*→ G, and issuing G, e, G to the transaction initiating node, the transaction receiving node, the N endorsement nodes, the K consensus nodes and the L accounting nodes1And H, wherein the generator of G is G.
4. The method of claim 3, wherein the transaction initiating node, transaction receiving node and N endorsement nodes participating in a transactionThe points generate respective private keys d based on initialization of the blockchain systemiAnd public key DiWherein the public key is published to other nodes.
5. A method according to claim 4, characterized in that the transaction information M is generated when a transaction initiating node s initiates a transaction to a transaction receiving node, the transaction initiating node calculating h (H), (M) and
Figure FDA0002430273050000021
the first signature information (M, sigma)s,Ds) Sending the data to the N endorsement nodes;
when node E of endorsementiReceiving a joining initiator public key DsFirst signature information (M, σ)s,Ds) Then, h ═ h (m) is calculated, and equation e (D) is determineds,h)=e(g,σs) If not, the signature verification fails, if so, the calculation is carried out
Figure FDA0002430273050000022
And will (M, sigma)i,Di) Sending the signature information as second signature information to the transaction initiating node s;
when the transaction initiating node s receives the second signature information of the n endorsement nodes, calculating
Figure FDA0002430273050000031
The complete transaction information (D) containing the aggregated signature informations,{Di|i∈[1,n]}, M, σ) to the K consensus nodes;
after the K common identification nodes receive the aggregation signature information, calculation is carried out
Figure FDA0002430273050000032
And h ═ h (m), then determine if equation e (D, h) ═ e (g, σ) holds, if not, signature verification fails, if yes, then (D, h) will be useds,{Di|i∈[1,n]}, M, sigma) into a local transaction pool; the K consensus segmentsThe point takes the transaction out of the transaction pool (D)s,{Di|i∈[1,n]}, M, sigma) and generating blocks according to a consensus mechanism, and broadcasting the blocks to an accounting node, wherein the accounting node verifies all transactions in the blocks, and writes the blocks into a local block chain if the verification is successful, otherwise, discards the blocks.
6. An aggregation signature device of a blockchain system, wherein the blockchain system comprises a transaction initiating node, a transaction receiving node, N endorsement nodes, K consensus nodes and L accounting nodes, and the device is characterized by comprising:
the transaction initiating unit generates transaction information when one transaction initiating node initiates a transaction to one transaction receiving node, signs the transaction information to generate first signature information and sends the first signature information to the N endorsement nodes;
the endorsement verification unit is used for verifying the endorsements after the N endorsement nodes receive the first signature information respectively, and if the endorsement nodes pass the verification, the endorsement nodes generate second signature information based on the first signature information and send the second signature information to the transaction initiating node;
the aggregation unit is used for generating aggregated signature information based on the n pieces of second signature information and the first signature information after the transaction initiating node receives the second signature information sent by the n endorsement nodes, and sending the transaction information containing the aggregated signature information to the K consensus nodes;
the block generation unit is used for verifying and signing the transaction information containing the aggregated signature information by the K consensus nodes, if the transaction information passes verification, the transaction record is written into a local transaction pool, then the K consensus nodes take out the transaction from the transaction pool, generate blocks according to a consensus mechanism, and send the blocks to the L accounting nodes;
a billing verification unit, said L billing node verifying all transactions in said block, writing the block into the local blockchain if verification is successful, otherwise discarding the block;
wherein, N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, N is more than or equal to 2, K is more than or equal to 2, L is more than or equal to 2, and N is more than or equal to 1 and less than or equal to N.
7. The apparatus of claim 6, wherein the blockchain system further comprises a system management node configured to complete initialization of the blockchain system.
8. The apparatus of claim 6 or 7, wherein the initialization of the blockchain system selects a large prime number p and elliptic curve group G, G for a system management node1Defining a bilinear map e G × G → G1Defining Hash operation H: {0,1}*→ G, and issues G, e, G to the transaction initiating node, the transaction receiving node, the N endorsement nodes, the consensus node and the accounting node1And H, wherein the generator of G is G.
9. The apparatus of claim 8, wherein the transaction initiating node, transaction receiving node, and N endorsement nodes participating in a transaction generate respective private keys d based on initialization of the blockchain systemiAnd public key DiWherein the public key is published to other nodes.
10. The apparatus of claim 9 wherein the transaction information M is generated when a transaction initiating node s initiates a transaction to a transaction receiving node, the transaction initiating node calculating h (h), (M) and
Figure FDA0002430273050000051
the first signature information (M, sigma)s,Ds) Sending the data to the N endorsement nodes;
when node E of endorsementiReceiving first signature information (M, sigma)s,Ds) Then, h ═ h (m) is calculated, and equation e (D) is determineds,h)=e(g,σs) If not, the signature verification fails, if so, the calculation is carried out
Figure FDA0002430273050000052
And will (M, sigma)i,Di) Sending the signature information as second signature information to the transaction initiating node s;
when the transaction initiating node s receives the second signature information of the n endorsement nodes, calculating
Figure FDA0002430273050000053
The complete transaction information (D) containing the aggregated signature informations,{Di|i∈[1,n]}, M, sigma) to the K consensus nodes;
after the K common identification nodes receive the aggregation signature information, calculation is carried out
Figure FDA0002430273050000054
And h ═ h (m), then determine if equation e (D, h) ═ e (g, σ) holds, if not, signature verification fails, if yes, then (D, h) will be useds,{Di|i∈[1,n]}, M, sigma) into a local transaction pool; the consensus node takes the transaction out of the transaction pool (D)s,{Di|i∈[1,n]}, M, sigma) and generating blocks according to a consensus mechanism, and broadcasting the blocks to an accounting node, wherein the accounting node verifies all transactions in the blocks, and writes the blocks into a local block chain if the verification is successful, otherwise, discards the blocks.
11. A computer-readable storage medium, characterized in that the storage medium has stored thereon computer program code which, when executed by a computer, performs the apparatus of any of claims 1-5.
CN202010233793.7A 2020-03-30 2020-03-30 Aggregation signature method, device and storage medium of blockchain system Active CN111445334B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010233793.7A CN111445334B (en) 2020-03-30 2020-03-30 Aggregation signature method, device and storage medium of blockchain system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010233793.7A CN111445334B (en) 2020-03-30 2020-03-30 Aggregation signature method, device and storage medium of blockchain system

Publications (2)

Publication Number Publication Date
CN111445334A true CN111445334A (en) 2020-07-24
CN111445334B CN111445334B (en) 2023-09-05

Family

ID=71651358

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010233793.7A Active CN111445334B (en) 2020-03-30 2020-03-30 Aggregation signature method, device and storage medium of blockchain system

Country Status (1)

Country Link
CN (1) CN111445334B (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111833062A (en) * 2020-09-21 2020-10-27 江苏傲为控股有限公司 Credibility verification system for digital asset data packet
CN112073484A (en) * 2020-08-28 2020-12-11 武汉大学 GDPR compliance supervision method and system based on alliance chain
CN112073483A (en) * 2020-08-28 2020-12-11 武汉大学 Authority certification consensus method and system based on credit and committee endorsement mechanism
CN112199732A (en) * 2020-09-01 2021-01-08 东方航空物流股份有限公司 Aviation logistics electronic waybill management method based on block chain
CN112600671A (en) * 2021-03-02 2021-04-02 腾讯科技(深圳)有限公司 Data processing method, device, equipment and storage medium
CN113298508A (en) * 2021-06-17 2021-08-24 中国人民银行数字货币研究所 Digital currency transaction method and system
CN113347174A (en) * 2021-05-31 2021-09-03 矩阵元技术(深圳)有限公司 Consensus method and device in block chain and electronic equipment
CN113378237A (en) * 2021-06-09 2021-09-10 中央财经大学 Block chain data storage method and device based on aggregate signature and isolation witness
CN113536375A (en) * 2021-07-16 2021-10-22 上海点融信息科技有限责任公司 Method, device and storage medium for data synchronization between block link points
CN113726510A (en) * 2021-08-30 2021-11-30 无锡井通网络科技有限公司 Offline transaction method based on block chain
CN114092101A (en) * 2022-01-21 2022-02-25 深圳市一航网络信息技术有限公司 Transaction verification method and device, storage medium and electronic equipment
CN114257429A (en) * 2021-12-07 2022-03-29 中信银行股份有限公司 Aggregation transaction verification and signature verification method and system based on alliance chain
CN114338715A (en) * 2021-12-31 2022-04-12 杭州趣链科技有限公司 Data synchronization method, block chain system, terminal device and storage medium
CN114745140A (en) * 2022-06-13 2022-07-12 天津市城市规划设计研究总院有限公司 Urban planning field block chain consensus verification method and system based on aggregation encryption

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108711052A (en) * 2018-05-18 2018-10-26 电子科技大学 A kind of information authentication system based on block chain
CN109064146A (en) * 2018-08-07 2018-12-21 中钞信用卡产业发展有限公司杭州区块链技术研究院 A kind of digital cash method of commerce, equipment, system, terminal and client wallet
CN109194472A (en) * 2018-09-19 2019-01-11 广东微链科技有限公司 Game block chain common recognition method based on bilinear map and set signature algorithm
CN109636599A (en) * 2018-11-07 2019-04-16 广西师范大学 License block chain secret protection and monitoring and managing method based on group ranking
CN110032891A (en) * 2019-04-16 2019-07-19 中国电力科学研究院有限公司 A kind of smart grid distributed cryptograph search method and system model based on alliance's block chain
CN110213059A (en) * 2019-06-20 2019-09-06 腾讯科技(深圳)有限公司 A kind of generation method of random number, generating means and storage medium
US20190278852A1 (en) * 2018-03-06 2019-09-12 International Business Machines Corporation Customized endorsement logic for blockchain
CN110264350A (en) * 2019-05-10 2019-09-20 重庆金融资产交易所有限责任公司 Bookkeeping methods, device and the computer equipment for thering is endorsement to sign based on block chain
CN110300172A (en) * 2019-06-28 2019-10-01 深圳市网心科技有限公司 A kind of the common recognition method and relevant device of block chain data
CN110798308A (en) * 2019-10-31 2020-02-14 支付宝(杭州)信息技术有限公司 Block chain signature method and system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190278852A1 (en) * 2018-03-06 2019-09-12 International Business Machines Corporation Customized endorsement logic for blockchain
CN108711052A (en) * 2018-05-18 2018-10-26 电子科技大学 A kind of information authentication system based on block chain
CN109064146A (en) * 2018-08-07 2018-12-21 中钞信用卡产业发展有限公司杭州区块链技术研究院 A kind of digital cash method of commerce, equipment, system, terminal and client wallet
CN109194472A (en) * 2018-09-19 2019-01-11 广东微链科技有限公司 Game block chain common recognition method based on bilinear map and set signature algorithm
CN109636599A (en) * 2018-11-07 2019-04-16 广西师范大学 License block chain secret protection and monitoring and managing method based on group ranking
CN110032891A (en) * 2019-04-16 2019-07-19 中国电力科学研究院有限公司 A kind of smart grid distributed cryptograph search method and system model based on alliance's block chain
CN110264350A (en) * 2019-05-10 2019-09-20 重庆金融资产交易所有限责任公司 Bookkeeping methods, device and the computer equipment for thering is endorsement to sign based on block chain
CN110213059A (en) * 2019-06-20 2019-09-06 腾讯科技(深圳)有限公司 A kind of generation method of random number, generating means and storage medium
CN110300172A (en) * 2019-06-28 2019-10-01 深圳市网心科技有限公司 A kind of the common recognition method and relevant device of block chain data
CN110798308A (en) * 2019-10-31 2020-02-14 支付宝(杭州)信息技术有限公司 Block chain signature method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
苑超 等: "基于聚合签名的共识算法优化方案" *

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112073484A (en) * 2020-08-28 2020-12-11 武汉大学 GDPR compliance supervision method and system based on alliance chain
CN112073483A (en) * 2020-08-28 2020-12-11 武汉大学 Authority certification consensus method and system based on credit and committee endorsement mechanism
CN112199732A (en) * 2020-09-01 2021-01-08 东方航空物流股份有限公司 Aviation logistics electronic waybill management method based on block chain
CN112199732B (en) * 2020-09-01 2024-04-05 东方航空物流股份有限公司 Aviation logistics electronic waybill management method based on blockchain
WO2022057106A1 (en) * 2020-09-21 2022-03-24 江苏傲为控股有限公司 Credibility verification system for digital asset data packet
JP6911231B1 (en) * 2020-09-21 2021-07-28 江蘇傲為控股有限公司 Reliability verification system for digital asset data packets
JP2022051652A (en) * 2020-09-21 2022-04-01 江蘇傲為控股有限公司 Credibility verification system for digital asset data packet
CN111833062A (en) * 2020-09-21 2020-10-27 江苏傲为控股有限公司 Credibility verification system for digital asset data packet
CN112600671A (en) * 2021-03-02 2021-04-02 腾讯科技(深圳)有限公司 Data processing method, device, equipment and storage medium
CN113347174A (en) * 2021-05-31 2021-09-03 矩阵元技术(深圳)有限公司 Consensus method and device in block chain and electronic equipment
CN113378237B (en) * 2021-06-09 2023-06-23 中央财经大学 Block chain data storage method and device based on aggregated signature and isolated witness
CN113378237A (en) * 2021-06-09 2021-09-10 中央财经大学 Block chain data storage method and device based on aggregate signature and isolation witness
CN113298508A (en) * 2021-06-17 2021-08-24 中国人民银行数字货币研究所 Digital currency transaction method and system
CN113298508B (en) * 2021-06-17 2024-03-22 中国人民银行数字货币研究所 Digital currency transaction method and system
CN113536375A (en) * 2021-07-16 2021-10-22 上海点融信息科技有限责任公司 Method, device and storage medium for data synchronization between block link points
CN113726510A (en) * 2021-08-30 2021-11-30 无锡井通网络科技有限公司 Offline transaction method based on block chain
CN114257429B (en) * 2021-12-07 2024-01-30 中信银行股份有限公司 Aggregation transaction signature verification and storage method and system based on alliance chain
CN114257429A (en) * 2021-12-07 2022-03-29 中信银行股份有限公司 Aggregation transaction verification and signature verification method and system based on alliance chain
CN114338715A (en) * 2021-12-31 2022-04-12 杭州趣链科技有限公司 Data synchronization method, block chain system, terminal device and storage medium
CN114092101B (en) * 2022-01-21 2022-04-08 深圳市一航网络信息技术有限公司 Transaction verification method and device, storage medium and electronic equipment
CN114092101A (en) * 2022-01-21 2022-02-25 深圳市一航网络信息技术有限公司 Transaction verification method and device, storage medium and electronic equipment
CN114745140A (en) * 2022-06-13 2022-07-12 天津市城市规划设计研究总院有限公司 Urban planning field block chain consensus verification method and system based on aggregation encryption
CN114745140B (en) * 2022-06-13 2022-08-23 天津市城市规划设计研究总院有限公司 Urban planning field block chain consensus verification method and system based on aggregation encryption

Also Published As

Publication number Publication date
CN111445334B (en) 2023-09-05

Similar Documents

Publication Publication Date Title
CN111445334A (en) Aggregation signature method and device for block chain system and storage medium
US11388010B2 (en) Blockchain account migration
CN108833081B (en) Block chain-based equipment networking authentication method
CN108781161B (en) Method for controlling and distributing blockchain implementation of digital content
CN110046996B (en) Data processing method and device
CN110771095B (en) System and method for implementing blockchain-based digital certificates
CN110800254B (en) System and method for generating digital signature
EP3850569A1 (en) Smart contract execution using distributed coordination
JP5790319B2 (en) Signature verification apparatus, signature verification method, program, and recording medium
Au et al. PERM: Practical reputation-based blacklisting without TTPs
KR102537774B1 (en) Systems and methods that provide specialized proof of confidential knowledge
CN113875188A (en) Hash function attacks
CN111817855B (en) Electronic voting method and system based on Ether house block chain
CN110912705A (en) Distributed electronic voting method and system based on block chain
CN111815321A (en) Transaction proposal processing method, device, system, storage medium and electronic device
CN110213228A (en) A kind of method, apparatus, storage medium and the computer equipment of certification communication
CN111865595B (en) Block chain consensus method and device
CN111787034B (en) Block generation method, synchronization method, device, blockchain system and storage medium
CN113744036B (en) Quantum check transaction method based on blockchain digital signature
Liu et al. Data integrity audit scheme based on blockchain expansion technology
CN109766716A (en) A kind of anonymous bidirectional authentication method based on trust computing
CN108900310A (en) Block chain signature processing method and block chain signature processing unit
Cherukupally Blockchain technology: Theory and practice
CN116361823A (en) Selective audit processing of blockchains for privacy protection
CN112422294B (en) Anonymous voting method and device based on ring signature, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant