-
Notifications
You must be signed in to change notification settings - Fork 180
bx ec multiply
Eric Voskuil edited this page Feb 28, 2017
·
4 revisions
Calculate the EC product (POINT * SECRET).
$ bx ec-multiply --help
Usage: bx ec-multiply [-h] [--config value] POINT [SECRET]
Info: Calculate the EC product (POINT * SECRET).
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
POINT The Base16 EC point to multiply.
SECRET The Base16 EC secret to multiply. If not specified
the secret is read from STDIN.
$ bx ec-multiply 021bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006 1bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006
02da5629b7902abcfc166b30eda4cc6b2702b5d0bb867217614101caa710f0753b
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands