aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/engine.try
AgeCommit message (Collapse)AuthorFilesLines
2022-12-02Implementation of the MGM mode for magma/kuznyechikigrkir1-1/+1
first implemented in ossl_patched branch uses dynamic NIDs Signed-off-by: Sergei Ianovich <sergei.ianovich@ya.ru>
2022-08-11Add magma-ecb mode. Fixes #410Mark Fedorov1-2/+2
2020-11-28Tests updated to support GOST2001DHDmitry Belyavskiy1-1/+1
2020-05-09magma-ctr-acpkm + magma-ctr-acpkm-omacDmitry Belyavskiy1-1/+1
2020-05-04TCL engine test updatedDmitry Belyavskiy1-1/+1
2020-01-12tcl_tests: Fix engine.try (add more algos)Vitaly Chikunov1-1/+1
2020-01-12tcl_tests: Make utf-8 encoding workVitaly Chikunov1-1/+0
- Remove emacs coding: cp1251 tag - Change stats file encoding to utf-8 - Change packages source to have -encoding utf-8 - Run tclsh with -encoding utf-8 - Make `proc rus' noop. This will make Tcl automatically translate scripts output from utf-8 to system encoding.
2020-01-12tcl_tests: Add TCL tests filesDmitry Belyavskiy1-0/+33
All source files are converted from cp1251 to utf-8.