module std.target
// Target detection constants.
// These reflect the current compilation target's parameters.
// Use these instead of hardcoding VM-specific values.
pub const DIGEST_WIDTH: Field = 5
pub const XFIELD_WIDTH: Field = 3
pub const HASH_RATE: Field = 10
pub const FIELD_LIMBS: Field = 2
pub const STACK_DEPTH: Field = 16
trident/std/target.tri
ฯ 0.0%