1. 08 Jun, 2020 1 commit
  2. 08 Jun, 2018 1 commit
  3. 16 Jan, 2018 1 commit
    • Felix Lange's avatar
      cmd/ethkey: fix formatting, review nits (#15807) · f08cd94f
      Felix Lange authored
      This commit:
      
      - Adds a --msgfile option to read the message to sign from a file
        instead of command line argument.
      - Adds a unit test for signing subcommands.
      - Removes some weird whitespace in the code.
      f08cd94f
  4. 21 Dec, 2017 1 commit
    • Steven Roose's avatar
      cmd/ethkey: new command line tool for keys (#15438) · eeb53bc1
      Steven Roose authored
      ethkey is a new tool that serves as a command line interface to
      the basic key management functionalities of geth. It currently
      supports:
       
       - generating keyfiles
       - inspecting keyfiles (print public and private key)
       - signing messages
       - verifying signed messages
      eeb53bc1