pbc_zk

Function load_sbi

source
pub fn load_sbi<T: Secret + 'static>(variable_id: SecretVarId) -> T
Expand description

Retrieve the input from variable_id as T.

§Parameters:

  • variable_id: SecretVarId, the id to retrieve the value from.

§Returns:

The corresponding secret value.