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