Closed samikshan closed 6 years ago
PBFT verifies if transaction has been sent from client by comparing public key generated from hash and ECDSA signature (in R || S || V format) with client public key generated in bin/keys folder, before adding it to block.
bin/keys
PBFT verifies if transaction has been sent from client by comparing public key generated from hash and ECDSA signature (in R || S || V format) with client public key generated in
bin/keys
folder, before adding it to block.