1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//! This crate contains the common types and functions used by the WNFS crates.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
//--------------------------------------------------------------------------------------------------
// Constants
//--------------------------------------------------------------------------------------------------
pub const HASH_BYTE_SIZE: usize = 32;
pub const MAX_BLOCK_SIZE: usize = usizepow;
//--------------------------------------------------------------------------------------------------
// Type Definitions
//--------------------------------------------------------------------------------------------------
/// The general size of digests in WNFS.
pub type HashOutput = ;
//--------------------------------------------------------------------------------------------------
// Re-exports
//--------------------------------------------------------------------------------------------------
pub use Cid;