Crate tencentcloud_sign_sdk

Crate tencentcloud_sign_sdk 

Source
Expand description

TencentCloud Sign SDK for Rust

This library provides common signing utilities for TencentCloud APIs, including the TC3-HMAC-SHA256 algorithm used across all TencentCloud services.

Re-exports§

pub use crypto::hmac_sha256;
pub use crypto::hmac_sha256_hex;
pub use crypto::sha256_hex;
pub use tc3::Tc3SignResult;
pub use tc3::Tc3Signer;

Modules§

crypto
Cryptographic utilities for TencentCloud signing.
tc3
TC3-HMAC-SHA256 signing algorithm for TencentCloud APIs.