Electroneum
Functions | Variables
MakeCryptoOps Namespace Reference

Functions

def qhasmToC (fi, header, out)
 

Variables

string a = ""
 
 license = textwrap.dedent()
 
 crypto_ops_includes = textwrap.dedent()
 
 predeclarations = textwrap.dedent()
 
 fe_comments = textwrap.dedent()
 
 sc_comments = textwrap.dedent()
 
 ge_comments = textwrap.dedent()
 
 etn_comments = textwrap.dedent()
 
 fe = glob.glob("fe*.c")
 
 ge = glob.glob("ge*.c")
 

Function Documentation

◆ qhasmToC()

def MakeCryptoOps.qhasmToC (   fi,
  header,
  out 
)

Variable Documentation

◆ a

MakeCryptoOps.a = ""

◆ crypto_ops_includes

MakeCryptoOps.crypto_ops_includes = textwrap.dedent()

◆ etn_comments

MakeCryptoOps.etn_comments = textwrap.dedent()

◆ fe

MakeCryptoOps.fe = glob.glob("fe*.c")

◆ fe_comments

MakeCryptoOps.fe_comments = textwrap.dedent()

◆ ge

MakeCryptoOps.ge = glob.glob("ge*.c")

◆ ge_comments

MakeCryptoOps.ge_comments = textwrap.dedent()

◆ license

MakeCryptoOps.license = textwrap.dedent()

◆ predeclarations

MakeCryptoOps.predeclarations = textwrap.dedent()

◆ sc_comments

MakeCryptoOps.sc_comments = textwrap.dedent()