Skip to content

Commit a32db61

Browse files
authored
update note
1 parent ffb61a2 commit a32db61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

KATs/Ascon-128_KAT.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ function ascon_128_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

@@ -64,7 +69,7 @@ function ascon_128_KAT(){
6469
}
6570
}
6671

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

0 commit comments

Comments
 (0)