|
Electroneum
|
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") | |
| def MakeCryptoOps.qhasmToC | ( | fi, | |
| header, | |||
| out | |||
| ) |
| MakeCryptoOps.a = "" |
| MakeCryptoOps.crypto_ops_includes = textwrap.dedent() |
| MakeCryptoOps.etn_comments = textwrap.dedent() |
| MakeCryptoOps.fe = glob.glob("fe*.c") |
| MakeCryptoOps.fe_comments = textwrap.dedent() |
| MakeCryptoOps.ge = glob.glob("ge*.c") |
| MakeCryptoOps.ge_comments = textwrap.dedent() |
| MakeCryptoOps.license = textwrap.dedent() |
| MakeCryptoOps.predeclarations = textwrap.dedent() |
| MakeCryptoOps.sc_comments = textwrap.dedent() |