HASH_ZEROS
docs shorten link
This commit is contained in:
parent
68ee045254
commit
f279b0d5ea
@ -2,7 +2,9 @@
|
||||
pub const HASH_SIZE: usize = 32;
|
||||
|
||||
/// Zeroed out array of the same length as [`type@Hash`].
|
||||
/// Used in [`crate::rstd::nullable`].
|
||||
/// Used in [`nullable`].
|
||||
///
|
||||
/// [`nullable`]: crate::rstd::nullable
|
||||
pub const HASH_ZEROS: [u8; HASH_SIZE] = [0; HASH_SIZE];
|
||||
|
||||
/// For use in [`Point`]/[`Address`].
|
||||
|
Loading…
Reference in New Issue
Block a user