This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys, os | |
nim_template = """import winim/clr | |
import os | |
import strutils | |
proc execute(assembly_bytes: openarray[byte], args: openarray[string]) = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
def timing_protect(constant_time): | |
""" | |
The jitter will depend not on runtime but activity on the system writ large |
OlderNewer