Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Sep 15, 2023
1 parent 6fa2ff6 commit e95a319
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/personal_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@
#include <stdint.h>
#include <stdbool.h>

// #include "cx.h"

#include "constants.h"
#include "./import/blake2-impl.h"
#include "./import/blake2b.h"
#include "./personal_message.h"

// #include "globals.h"

static int hash_init(blake2b_state* hash, size_t size, uint8_t* key, size_t key_len) {
if (key == NULL && key_len != 0) {
goto err;
Expand Down

0 comments on commit e95a319

Please sign in to comment.