aboutsummaryrefslogtreecommitdiff
path: root/pkg/requests/requests_test.go
Commit message (Collapse)AuthorAgeFilesLines
* go fmtRasmus Dahlberg2022-06-211-5/+5
|
* use hashing from merkle packageRasmus Dahlberg2022-06-211-4/+5
|
* change verification_key to public_keyv0.0.7Linus Nordberg2022-04-291-2/+2
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-291-2/+2
| | | | Issue: #40
* use a more appropriate URL for testingLinus Nordberg2022-04-281-3/+3
| | | | sigsum dot com is not a thing.
* add url parsing for get-requests with inputRasmus Dahlberg2022-04-261-90/+67
| | | | Pair-programmed with ln5.
* update module name (s/sigsum-lib-go/sigsum-go)v0.0.4Rasmus Dahlberg2022-04-101-1/+1
| | | | | | See decided proposal: sigsum/doc/proposals/2022-04-restructure-repositories.md
* fix asymmetry in testv0.0.3Rasmus Dahlberg2022-03-281-2/+2
| | | | Next layer of hashing is when computing a checksum.
* sign tree heads and leaves with SSHSIGLinus Nordberg2022-03-281-5/+3
|
* requests: Add request types and testsRasmus Dahlberg2021-12-201-0/+359