Skip to content

Commit

Permalink
c backend rewrite, starting ecc ehh
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Jan 5, 2025
1 parent 2ce43f1 commit 212461a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotordb/src/rewrite/lotordb/src/tests/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ int main(int argc, char** argv) {
ret &= test_aesgcm();
ret &= test_aesgcm32bit();
ret &= test_db_table();
ret &= test_ecc();
//ret &= test_ecc();
} else {
ret &= test_hash();
ret &= test_hashloop();
Expand Down

0 comments on commit 212461a

Please sign in to comment.