def make_node(self, i): return Apply(self, [i], [aes.uint64()])
def make_node(self, i): return Apply(self, [i], [scalar.uint64()])