hashing
: remove #[cfg(doc)]
This commit is contained in:
parent
2511d77843
commit
3c57edba2d
@ -1,6 +1,3 @@
|
|||||||
#[cfg(doc)]
|
|
||||||
use super::*;
|
|
||||||
|
|
||||||
/// Fixed [type@Hash] length.
|
/// Fixed [type@Hash] length.
|
||||||
pub const HASH_SIZE: usize = 32;
|
pub const HASH_SIZE: usize = 32;
|
||||||
|
|
||||||
@ -9,4 +6,7 @@ pub const HASH_SIZE: usize = 32;
|
|||||||
pub const HASH_ZEROS: [u8; HASH_SIZE] = [0; HASH_SIZE];
|
pub const HASH_ZEROS: [u8; HASH_SIZE] = [0; HASH_SIZE];
|
||||||
|
|
||||||
/// For use in [`Point`]/[`Address`].
|
/// For use in [`Point`]/[`Address`].
|
||||||
|
///
|
||||||
|
/// [`Point`]: super::Point
|
||||||
|
/// [`Address`]: super::Address
|
||||||
pub type Hash = [u8; HASH_SIZE];
|
pub type Hash = [u8; HASH_SIZE];
|
||||||
|
Loading…
Reference in New Issue
Block a user