PrivKey2PubKey: Create public key from private key

Description Usage Arguments Value Author(s) References See Also

Description

This function creates the 512-bit public key corresponding to a private key.

Usage

1
PrivKey2PubKey(privkey, mainnet = TRUE)

Arguments

privkey

character, the private key.

mainnet

logical, whether the WIF should correspond to the mainnet or testnet.

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


rbtc documentation built on May 2, 2019, 6:11 p.m.

Related to PrivKey2PubKey in rbtc...