Skip to content

Commit

Permalink
chg: [doc] typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gallypette committed Jun 29, 2022
1 parent 2c0781e commit ca5aba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# hashlookup-gui

Provide a multi-platform Graphical User Interface for querying hashlookup services (only [circl's](https://hashlookup.cirlc.lu) for the moment.)
Provide a multi-platform Graphical User Interface for querying hashlookup services (only [circl's](https://hashlookup.circl.lu) at the moment.)


# Features

- Multi-platform:
- windows
- linux
- Binary runs without installation
- Binary runs without installation (so from a thumb drive for instance)
- Queries online hashlookup services
- Queries an offline Bloom filter for gaining speed and avoiding leaking known hashes
- Queries an offline Bloom filter for gaining speed and avoiding leaking known hashes to the hashlookup service
- Downloads bloom filter to a specified file
- Can load bloom filter:
- from a file
Expand All @@ -28,7 +28,7 @@ Provide a multi-platform Graphical User Interface for querying hashlookup servic
- `go get github.com/hashlookup/hashlookup-gui` should work

# Cross-compilation
The project uses [fyne-cross](https://github.com/fyne-io/fyne-cross) to provide cross-compiled binaries and distribution packages.
The project uses [fyne-cross](https://github.com/fyne-io/fyne-cross) to provide cross-compiled binaries and distribution packages, see releases.

# Roadmap
- support android, ios, darwin and freebsd
Expand Down

0 comments on commit ca5aba1

Please sign in to comment.