Module aws_math

Module aws_math 

Source
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.

Type Aliases§

HmacSha256