Skip to content

Commit c3d2b64

Browse files
committed
stb340145: Reformat doctest
1 parent 90973ea commit c3d2b64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

stb3410145/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@
3434
//! hex!("829614D8 411DBBC4 E1F2471A 40045864 40FD8C95 53FAB6A1 A45CE417 AE97111E");
3535
//!
3636
//! let h = BeltHash::digest(STB3410145_MSG);
37-
//! let k = stb3410145::generate_k::<BeltHash, BeltBlock, U32>(&STB3410145_KEY.into(), &STB3410145_BIGNP256_MODULUS.into(), &h, &[]);
37+
//! let k = stb3410145::generate_k::<BeltHash, BeltBlock, U32>(
38+
//! &STB3410145_KEY.into(),
39+
//! &STB3410145_BIGNP256_MODULUS.into(),
40+
//! &h,
41+
//! &[],
42+
//! );
3843
//! assert_eq!(k.as_slice(), &STB3410145_EXPECTED_K);
3944
//! ```
4045

0 commit comments

Comments
 (0)