We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2724c89 commit b4f5d03Copy full SHA for b4f5d03
crates/components/hmac-sha256/src/config.rs
@@ -11,6 +11,6 @@ pub enum Mode {
11
12
impl Default for Mode {
13
fn default() -> Self {
14
- Self::Normal
+ Self::Reduced
15
}
16
0 commit comments