Skip to content

Commit e1ac8a2

Browse files
authored
update note
1 parent a32db61 commit e1ac8a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

KATs/Ascon-128a_KAT.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ function ascon_128a_KAT(){
3636
}
3737
}
3838

39+
var note = "";
40+
if(failed > 0){
41+
note = "\n\nnote: you can view the failed tests in the console";
42+
}
43+
3944
var print_encryption_KAT_result = `(encryption):\npassed: ${passed}\nfailed: ${failed}`;
4045
console.log(print_encryption_KAT_result);
4146

@@ -65,7 +70,7 @@ function ascon_128a_KAT(){
6570
}
6671
}
6772

68-
var note = "";
73+
note = "";
6974
if(failed > 0){
7075
note = "\n\nnote: you can view the failed tests in the console";
7176
}

0 commit comments

Comments
 (0)