klefki.blockchain.bitcoin.private

Module Contents

Functions

wrap_key(key: bytes, version=128, compress=1)

unwrap_key(key: bytes)

to_cf(a: int)

from_cf(a: CF) → int

gen_random_privkey()

klefki.blockchain.bitcoin.private.wrap_key(key: bytes, version=128, compress=1)
klefki.blockchain.bitcoin.private.unwrap_key(key: bytes)
klefki.blockchain.bitcoin.private.to_cf(a: int)
klefki.blockchain.bitcoin.private.from_cf(a: CF) → int
klefki.blockchain.bitcoin.private.encode_privkey :Callable[[CF], str]
klefki.blockchain.bitcoin.private.decode_privkey :Callable[[str], CF]
klefki.blockchain.bitcoin.private.gen_random_privkey()