New blind-sign ragger test

This commit is contained in:
Alexandre Paillier
2024-03-08 17:47:55 +01:00
parent 6414890b2f
commit c193362d56
12 changed files with 58 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
from pathlib import Path
import os
ROOT_SNAPSHOT_PATH = Path(__file__).parent
ABIS_FOLDER = "%s/abis" % (os.path.dirname(__file__))