We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856a689 commit a943781Copy full SHA for a943781
matter/src/crypto/crypto_openssl.rs
@@ -39,7 +39,7 @@ use openssl::x509::{X509NameBuilder, X509ReqBuilder, X509};
39
// We directly use the hmac crate here, there was a self-referential structure
40
// problem while using OpenSSL's Signer
41
// TODO: Use proper OpenSSL method for this
42
-use hmac::{Hmac, Mac, NewMac};
+use hmac::{Hmac, Mac};
43
pub struct HmacSha256 {
44
ctx: Hmac<sha2::Sha256>,
45
}
0 commit comments