mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-15 15:15:06 -05:00
32 lines
933 B
Bash
Executable File
32 lines
933 B
Bash
Executable File
#!/bin/sh
|
|
# 80-bits
|
|
sage-python new_scripts.py 80 2 12
|
|
sage-python new_scripts.py 80 12 22
|
|
sage-python new_scripts.py 80 22 32
|
|
sage-python new_scripts.py 80 32 42
|
|
sage-python new_scripts.py 80 42 52
|
|
sage-python new_scripts.py 80 52 59
|
|
# 128-bits
|
|
sage-python new_scripts.py 128 2 12
|
|
sage-python new_scripts.py 128 12 22
|
|
sage-python new_scripts.py 128 22 32
|
|
sage-python new_scripts.py 128 32 42
|
|
sage-python new_scripts.py 128 42 52
|
|
sage-python new_scripts.py 128 52 59
|
|
# 192-bits
|
|
sage-python new_scripts.py 192 2 12
|
|
sage-python new_scripts.py 192 12 22
|
|
sage-python new_scripts.py 192 22 32
|
|
sage-python new_scripts.py 192 32 42
|
|
sage-python new_scripts.py 192 42 52
|
|
sage-python new_scripts.py 192 52 59
|
|
# 256-bits
|
|
sage-python new_scripts.py 256 2 12
|
|
sage-python new_scripts.py 256 12 22
|
|
sage-python new_scripts.py 256 22 32
|
|
sage-python new_scripts.py 256 32 42
|
|
sage-python new_scripts.py 256 42 52
|
|
sage-python new_scripts.py 256 52 59
|
|
|
|
|