Skip to content

Commit 1d5713a

Browse files
committed
remove Hash export
1 parent da1d534 commit 1d5713a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export { Eddsa, eddsa, BabyJub, babyJub, Signature, PublicKey, PrivateKey } from
22
export { poseidon, Poseidon, OPT } from './poseidon';
33
export { Hex } from './hex';
44
export { base58FromBytes, base58ToBytes } from './base58';
5-
export { sha256, Hash } from './sha256';
5+
export { sha256 } from './sha256';
66
export { utils as ffUtils, getRandomBytes } from './ff';

0 commit comments

Comments
 (0)