Skip to content

Commit 57246be

Browse files
committed
Add comment explaining a shim
1 parent 78ff15a commit 57246be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pure/shims/hdkey-crypto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class Hash {
2828
}
2929
}
3030

31+
// We don't use create-hash here, as it doesn't work well with Rollup
3132
export const createHash = (name: string) => {
3233
if (name === "ripemd160") {
3334
return new Hash(ripemd160);

0 commit comments

Comments
 (0)