feat: added '\n' in end of output
This commit is contained in:
parent
4ba265728e
commit
0955f1ce03
@ -54,4 +54,5 @@ void returnHash(uint8_t* digest){
|
||||
for (size_t i = 0; i < 16; i++) {
|
||||
printf("%02x", digest[i]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user