Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jan 26, 2024
1 parent 48b1085 commit 65f2f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts_src/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function hash256(buffer: Buffer): Buffer {
}

export function groestl(buffer: Buffer): Buffer {
return Buffer.from(_groestl256(groestl512(buffer)));
return Buffer.from(_groestl256(_groestl512(buffer)));
}

export const TAGS = [
Expand Down

0 comments on commit 65f2f7b

Please sign in to comment.