HASH_ZEROS docs shorten link

This commit is contained in:
AF 2023-07-30 12:32:13 +00:00
parent 68ee045254
commit f279b0d5ea

View File

@ -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`].