Expand description
AWS-specific math.
Crypto goes here.
Functions§
- authorization_
query_ params_ no_ sig - Gets the authorization header for AWS.
- get_
sha256 - Gets the SHA256 hash of the value. Returns a hex string. Never panics.
- get_
signature_ key - Generate the AWS signing key, derived from the secret key, date, region, and service name.
- sign
- Signs data with the key using Hmac
. Never panics.