Skip to content

Commit

Permalink
updated nist statistical tests class in report class
Browse files Browse the repository at this point in the history
  • Loading branch information
peacker authored Mar 20, 2024
1 parent 976f531 commit 2707656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claasp/cipher_modules/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import json
import shutil
from claasp.cipher_modules.statistical_tests.dieharder_statistical_tests import DieharderTests
from claasp.cipher_modules.statistical_tests.nist_statistical_tests import StatisticalTests
from claasp.cipher_modules.statistical_tests.nist_statistical_tests import NISTStatisticalTests
from claasp.cipher_modules.component_analysis_tests import CipherComponentsAnalysis

def _print_colored_state(state, verbose, file):
Expand Down

0 comments on commit 2707656

Please sign in to comment.