| PrivKey2PubKey {rbtc} | R Documentation |
Create public key from private key
Description
This function creates the 512-bit public key corresponding to a private key.
Usage
PrivKey2PubKey(privkey, mainnet = TRUE)
Arguments
privkey |
|
mainnet |
|
Value
character, the public key.
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Address
See Also
Other BtcAdresses: BTCADR-class,
PrivKey2Wif, PubHash2BtcAdr,
PubKey2PubHash, Wif2PrivKey,
base58CheckDecode,
base58CheckEncode, concatHex,
createBtcAdr,
createPrivateKey, decodeHex,
hash160, hash256,
validBtcAdr
[Package rbtc version 0.1-6 Index]