We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e4bb commit aefead8Copy full SHA for aefead8
pysnark/hash.py
@@ -6,6 +6,7 @@
6
import struct
7
import math
8
9
+import pysnark.runtime
10
from pysnark.runtime import LinComb
11
12
PRIME = pysnark.runtime.backend.get_modulus()
0 commit comments