good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 26, 2021
  2. Jul 14, 2020
  3. Jun 30, 2020
  4. Jun 08, 2020
  5. May 19, 2020
  6. Feb 17, 2020
  7. Nov 26, 2019
  8. Nov 19, 2019
  9. Aug 12, 2019
  10. Jul 22, 2019
  11. May 08, 2019
  12. Sep 04, 2018
  13. Jun 08, 2018
  14. Apr 17, 2018
  15. Feb 14, 2018
  16. Jan 16, 2018
    • 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
  17. Dec 21, 2017
    • 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
Loading