summaryrefslogtreecommitdiff
path: root/src/verify.go
AgeCommit message (Collapse)Author
2022-04-22Refactor: Restructure projectjwijenbergh
- Add an internal folder where all the internal code lives - Make a state.go and state_test.go for the public interface This gives a more clear separation between functions and modules. It also makes this a more typical Go project setup.
2022-03-23Run gofumptjwijenbergh
2022-04-05Refactor: Simplify errors for wrappingjwijenbergh
2022-04-05Format: Run gofmtJeroen Wijenbergh
Signed-off-by: Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Abstract error types and remove JSON parsingjwijenbergh
For now JSON parsing does not make a lot of sense. This is better off handled by the clients for now. Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Add signature verification to list retrievaljwijenbergh
- Move test data to src - Verify signatures by calling the Verify method - Add a customizable parameter to force prehashed signatures Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Go: Begin working on abstracting server/organization listjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>