Monero
Loading...
Searching...
No Matches
Functions | Variables
MakeCryptoOps Namespace Reference

Functions

def qhasmToC (fi, header, out)
 

Variables

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

Function Documentation

◆ qhasmToC()

def MakeCryptoOps.qhasmToC (   fi,
  header,
  out 
)

Variable Documentation

◆ a

raw_input MakeCryptoOps.a = ""

◆ crypto_ops_includes

textwrap MakeCryptoOps.crypto_ops_includes = textwrap.dedent()

◆ fe

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

◆ fe_comments

textwrap MakeCryptoOps.fe_comments = textwrap.dedent()

◆ ge

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

◆ ge_comments

textwrap MakeCryptoOps.ge_comments = textwrap.dedent()

◆ license

textwrap MakeCryptoOps.license = textwrap.dedent()

◆ predeclarations

textwrap MakeCryptoOps.predeclarations = textwrap.dedent()

◆ sc_comments

textwrap MakeCryptoOps.sc_comments = textwrap.dedent()

◆ xmr_comments

textwrap MakeCryptoOps.xmr_comments = textwrap.dedent()