SNAPKITTYWEST's picture
push from SNAPKITTYWEST/topological-quantum-computer
d6f21bb verified
Raw
History Blame Contribute Delete
382 Bytes
"""Q-Lambda DSL and SHA-520-r array surfaces."""
from .arrays import SHA520_IV_520, SHA520_K_80, SHA520_ROUNDS
from .compiler import Lexer, Parser, QLambdaCompiler, QIRInstruction, compile_source
__all__ = [
"SHA520_IV_520",
"SHA520_K_80",
"SHA520_ROUNDS",
"Lexer",
"Parser",
"QLambdaCompiler",
"QIRInstruction",
"compile_source",
]