Skip to content

Commit e95a319

Browse files
committed
Remove commented code
1 parent 6fa2ff6 commit e95a319

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/personal_message.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@
2424
#include <stdint.h>
2525
#include <stdbool.h>
2626

27-
// #include "cx.h"
28-
2927
#include "constants.h"
3028
#include "./import/blake2-impl.h"
3129
#include "./import/blake2b.h"
3230
#include "./personal_message.h"
3331

34-
// #include "globals.h"
35-
3632
static int hash_init(blake2b_state* hash, size_t size, uint8_t* key, size_t key_len) {
3733
if (key == NULL && key_len != 0) {
3834
goto err;

0 commit comments

Comments
 (0)