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;