Skip to main content

derive_signing_key

Function derive_signing_key 

Source
fn derive_signing_key(
    secret: &str,
    datestamp: &str,
    region: &str,
    service: &str,
) -> Vec<u8> 
Expand description

Derives the SigV4 signing key via the HMAC date → region → service chain.