jolheiser
906de83072
continuous-integration/woodpecker the build was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
cmd/spectre | ||
testdata | ||
.gitignore | ||
.woodpecker.yml | ||
IMPLEMENTATION.md | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
scope.go | ||
site_key.go | ||
site_password.go | ||
spectre.go | ||
spectre_test.go | ||
template.go | ||
user_key.go |
README.md
Spectre
A Go implementation of spectre.
Currently, it passes a sub-set of the CLI tests.
It also passes the JS sanity check.
This is because I've only implemented v3 of the algorithm and the main pieces.
Generally code wouldn't split across files this liberally. It's done here for ease of reference.
License
GPLv3 - same as the algorithm author