Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions fixed-hash/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
construct_fixed_hash! { struct H32(4); }
construct_fixed_hash! { struct H64(8); }
construct_fixed_hash! { struct H128(16); }
construct_fixed_hash! { struct H160(20); }
construct_fixed_hash! { struct H256(32); }
construct_fixed_hash! { pub struct H32(4); }
construct_fixed_hash! { pub struct H64(8); }
construct_fixed_hash! { pub struct H128(16); }
construct_fixed_hash! { pub struct H160(20); }
construct_fixed_hash! { pub struct H256(32); }

impl_fixed_hash_conversions!(H256, H160);

Expand Down