Skip to content

Commit

Permalink
Update mshabal_256_avx2.h
Browse files Browse the repository at this point in the history
fixed a fn def
  • Loading branch information
JohnnyFFM authored Mar 7, 2019
1 parent c3aad43 commit 064a05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/mshabal_256_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void mshabal_close_avx2(mshabal256_context *sc, unsigned ub0, unsigned ub1, unsi
/*
* optimised Shabal routine for PoC plotting and hashing
*/
void mshabal256_openclose_fast(mshabal256_context_fast *sc, void *message, void *termination,
void mshabal_hash_fast_avx2(mshabal256_context_fast *sc, void *message, void *termination,
void *dst, unsigned len);

/*
Expand Down

0 comments on commit 064a05c

Please sign in to comment.