Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci authored Aug 14, 2024
1 parent 0340782 commit 7b47a53
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,31 @@ For a detailed explanation of the underlying theory and security proofs, please
![348681154-37b88d3c-9bd6-4436-9837-1a0b078e5ac1](https://github.com/user-attachments/assets/8bd6fd28-b7be-4c0e-b417-7ab5e95b13bc)


## Installation
## Installlation
```console
$ go install github.com/xtaci/hppk/cmd/hppktool
$ ./hppktool
HPPK key management tool.
Supports key generation, signing, verification, and secret encryption.

Usage:
hppktool [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
encrypt Encrypts a message from standard input
help Help about any command
keygen Generate an HPPK private/public key pair
sign Sign a message from standard input
verify Verify a message from standard input

Flags:
-h, --help help for hppktool
-s, --silent Suppress non-essential messages

Use "hppktool [command] --help" for more information about a command.
```
## Using Library

To use HPPK, you need to have Go installed. You can download and install Go from [the official website](https://golang.org/dl/).

Expand Down

0 comments on commit 7b47a53

Please sign in to comment.