- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdoc.go
More file actions
Latest commit
15 lines (15 loc) · 345 Bytes
/
Copy pathdoc.go
File metadata and controls
15 lines (15 loc) · 345 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Package httpsig is a go implementation of the HTTP-Signature standard.
// (see https://tools.ietf.org/html/draft-cavage-http-signatures-05).
// Currently it supports the following signing and hash algorithms:
//
// Signing:
// HMAC
// RSA
// DSA
// ECDSA
//
// Hash:
// SHA-1
// SHA-256
// SHA-512
package httpsig