[][src]Crate keys

Bitcoin keys.

Modules

bytes

Wrapper around Vec<u8>

generator
hash

Fixed-size hashes

Structs

Address

AddressHash with network identifier and format type

CompactSignature
KeyPair
Private

Secret with additional network identifier and format type

SECP256K1
Signature

Enums

Error
Network
Public

Secret public key

Type

There are two address formats currently in use. https://bitcoin.org/en/developer-reference#address-conversion

Traits

DisplayLayout

Type Definitions

AddressHash

20 bytes long hash derived from public ripemd160(sha256(public))

Message

32 bytes long signable message

Secret

32 bytes long secret key