aboutsummaryrefslogtreecommitdiff
path: root/pkg/requests
Commit message (Collapse)AuthorAgeFilesLines
* go fmtRasmus Dahlberg2022-06-212-11/+11
|
* use hashing from merkle packageRasmus Dahlberg2022-06-212-8/+10
|
* change verification_key to public_keyv0.0.7Linus Nordberg2022-04-292-3/+3
| | | | Issue: #40
* change 'preimage' to 'message'Linus Nordberg2022-04-292-3/+3
| | | | 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-262-108/+135
| | | | Pair-programmed with ln5.
* update module name (s/sigsum-lib-go/sigsum-go)v0.0.4Rasmus Dahlberg2022-04-102-3/+3
| | | | | | 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-282-6/+5
|
* requests: Add request types and testsRasmus Dahlberg2021-12-202-0/+434