Skip to content

Commit

Permalink
refactor(eddsa-poseidon): use imported buffer type instead of the def…
Browse files Browse the repository at this point in the history
…ault

re #152
  • Loading branch information
hannahredler committed Sep 23, 2024
1 parent bfdbc88 commit ef70a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eddsa-poseidon/src/HashFunction.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Buffer } from "buffer"

export interface HashFunction {
update(data: Buffer): HashFunction
digest(): Buffer
Expand Down

0 comments on commit ef70a95

Please sign in to comment.