Skip to content

Commit c01530d

Browse files
committed
Claude fixes
1 parent ba35f39 commit c01530d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hmac.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub const fn hmac_alg_to_hash_alg(alg: &HmacAlgorithm) -> HashAlgorithm {
4646
}
4747
}
4848

49+
#[must_use]
4950
pub const fn hmac_alg_to_prf_oid(alg: &HmacAlgorithm) -> SECOidTag::Type {
5051
match alg {
5152
HmacAlgorithm::HMAC_SHA2_256 => SECOidTag::SEC_OID_HMAC_SHA256,

0 commit comments

Comments
 (0)