You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/woodpecker the build was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
2 years ago | |
---|---|---|
cmd/spectre | 2 years ago | |
testdata | 2 years ago | |
.gitignore | 2 years ago | |
.woodpecker.yml | 2 years ago | |
IMPLEMENTATION.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
scope.go | 2 years ago | |
site_key.go | 2 years ago | |
site_password.go | 2 years ago | |
spectre.go | 2 years ago | |
spectre_test.go | 2 years ago | |
template.go | 2 years ago | |
user_key.go | 2 years ago |
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