mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
Fix docs (#74)
This commit is contained in:
committed by
GitHub
parent
e225bba755
commit
f72362c552
@@ -22,7 +22,7 @@ Please check [HaLo Tag Firmware Versions](/docs/firmware-versions.md) for the de
|
||||
|
||||
## Command: sign
|
||||
|
||||
Sign an arbitrary message using ERC-191 (version 0x45) algorithm or sign a raw digest using plain ECDSA (secp256k1) algorithm. This command could use tag's private key slot #1 or #3.
|
||||
Sign an arbitrary message using ERC-191 (version 0x45) algorithm, typed data (EIP-712), or sign a raw digest using plain ECDSA (secp256k1) algorithm. This command could use tag's private key slot #1 or #3.
|
||||
|
||||
### Arguments
|
||||
* `message` (str) - the hex-encoded message to be signed using Ethereum's hashing algorithm;
|
||||
|
||||
Reference in New Issue
Block a user