Sign returns a Signature for the raw bytes, as well as any errors that occurred during the signing.
(raw []byte, key interface{})
| 16 | // Sign returns a Signature for the raw bytes, as well as any errors |
| 17 | // that occurred during the signing. |
| 18 | Sign(raw []byte, key interface{}) (Signature, error) |
| 19 | |
| 20 | // Used to cause quick panics when a crypto.SigningMethod whose form of hashing |
| 21 | // isn't linked in the binary when you register a crypto.SigningMethod. |
no outgoing calls
no test coverage detected