pub fn risc_sign<O0: Into<Output>>( x: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for RiscSign::new().build(x, scope).
RiscSign::new().build(x, scope)