[][src]Constant ergo_lib::sigma_protocol::SOUNDNESS_BITS

pub const SOUNDNESS_BITS: usize = 192;

A size of challenge in Sigma protocols, in bits.

  • If this anything but 192, threshold won't work, because we have polynomials over GF(2^192) and no others.
  • We get the challenge by reducing hash function output to proper value.