Research Article

A Blockchain-Based Key-Revocation Access Control for Open Banking

Algorithm 3

Key generation in Ethereum.
Input:, where are two constant coefficients
Input: A prime number and an elliptic generation point
Input: The order of subgroup and a cofactor
Output: Private and public key PK
(1) Private key Choose a random number from
(2) Public key Compute
(3) Return private key and public key