-
Notifications
You must be signed in to change notification settings - Fork 177
bx ec add
Eric Voskuil edited this page Feb 28, 2017
·
4 revisions
Calculate the EC function POINT + (SECRET * curve-generator-point).
$ bx ec-add --help
Usage: bx ec-add [-h] [--config value] POINT [SECRET]
Info: Calculate the EC function POINT + (SECRET * curve-generator-point).
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 add.
SECRET The Base16 EC secret to add. If not specified the
secret is read from STDIN.
$ bx ec-add 021bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006 1bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006
0398dbb46779e5e82fc7422c874e2390f3e076500410481bd129927f78cfc455ac
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