Crate ckb_fixed_hash_core[−][src]
Expand description
Provide several fixed-length binary data, aka fixed-sized hashes.
Notice
This is an internal crate used by crate ckb_fixed_hash
, do not use this crate directly.
All structs and the module error
in this crate are re-exported in crate ckb_fixed_hash
.
And you can found examples in crate ckb_fixed_hash
.
Modules
error | Conversion errors. |
Structs
H160 | The 20-byte fixed-length binary data. |
H256 | The 32-byte fixed-length binary data. |
H512 | The 64-byte fixed-length binary data. |
H520 | The 65-byte fixed-length binary data. |