Skip to content

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.

Example 1

$ bx ec-multiply 021bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006 1bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006
02da5629b7902abcfc166b30eda4cc6b2702b5d0bb867217614101caa710f0753b

BX Menu

Clone this wiki locally