Docs.rs
bitcoin-message-0.1.16-alpha.0
bitcoin-message 0.1.16-alpha.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
klebs6
Dependencies
bitcoin-derive ^0.1.16-alpha.0
normal
bitcoin-imports ^0.1.16-alpha.0
normal
bitcoin-key ^0.1.16-alpha.0
normal
bitcoin-primitives ^0.1.16-alpha.0
normal
Versions
91.67%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitcoin_
message
0.1.16-alpha.0
All Items
Crate Items
Enums
Constants
Functions
Crate
bitcoin_message
Copy item path
Source
Enums
§
Message
Verification
Result
| The result of a signed message verification. | | Message verification takes as an input: | | - address (with whose private key the | message is supposed to have been signed) | | - signature | | - message |
Constants
§
MESSAGE_
MAGIC
| Text used to signify that a signed message | follows and to prevent inadvertently | signing a transaction. |
Functions
§
message_
hash
| Hashes a message for signing and verification | in a manner that prevents inadvertently | signing a transaction. |
message_
sign
| Sign a message. | | ———– | @param[in] privkey |
message_
verify
| Verify a signed message. | | ———– | @param[in] address | | Signer’s bitcoin address, it must refer