darkfi::zkas::constants

Constant MIN_BIN_SIZE

Source
pub const MIN_BIN_SIZE: usize = 10;
Expand description

Minimum size allowed for a syntactically valid ZkBinary MAGIC_BYTES.length = 4; k = ##; = 6 (because the current upper-limit for k is a two-digit number Therefore 4 + 6 = 10 is the minimum size