Function acvm::compiler::compile

source ·
pub fn compile(
    acir: Circuit,
    np_language: Language,
    is_blackbox_supported: IsBlackBoxSupported
) -> Result<Circuit, CompileError>