add imageproxy-sign tool for calculating signatures

it's a little bit rough, but seems to work pretty well.

Ref #145
This commit is contained in:
Will Norris 2019-03-27 21:51:22 +00:00
parent 38d3bcc7fe
commit e1558d5626
3 changed files with 120 additions and 0 deletions

View file

@ -65,6 +65,8 @@ options are sorted, moving `q75` before `r90`.
Here are examples of calculating signatures in a variety of languages. These
demonstrate the HMAC-SHA256 bits, but not the option canonicalization.
See also the [imageproxy-sign tool](/cmd/imageproxy-sign).
### Go
main.go: