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 99b0da3 commit c66d028Copy full SHA for c66d028
sha3/src/lib.rs
@@ -177,7 +177,6 @@ impl_turbo_shake!(
177
TurboShake128Reader,
178
U168,
179
"TurboSHAKE128",
180
- "",
181
);
182
impl_turbo_shake!(
183
TurboShake256Core,
@@ -186,7 +185,6 @@ impl_turbo_shake!(
186
185
TurboShake256Reader,
187
U136,
188
"TurboSHAKE256",
189
190
191
192
impl_cshake!(
sm3/src/lib.rs
@@ -1,4 +1,4 @@
1
-//! An implementation of the [SM3] cryptographic hash function defined
+//! An implementation of the SM3 cryptographic hash function defined
2
//! in OSCCA GM/T 0004-2012.
3
//!
4
//! # Usage
0 commit comments