Skip to content

Commit

Permalink
Merge pull request #85 from canterberry/typescript/shake
Browse files Browse the repository at this point in the history
🔧 Add TypeScript definition for SHAKE
  • Loading branch information
canterberry authored Jul 14, 2020
2 parents a68201c + 27a1163 commit ac0dad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ export const SHA3Hash: typeof Hasher;

export const Keccak: typeof Hasher;

export const SHAKE: typeof Hasher;

export default SHA3;

0 comments on commit ac0dad4

Please sign in to comment.