-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
feature_requestThis is a feature request from issue template.This is a feature request from issue template.
Description
📝 Detailed Description
device-sdk-ts/packages/signer/signer-btc/src/internal/merkle-tree/service/Sha256HasherService.ts
Line 2 in a40f346
| import { lib, SHA256 } from "crypto-js"; |
🧑💻 Context
crypto-js is unmaintained since 2023.
💡 Possible Implementation
import { sha256 } from '@noble/hashes/sha2.js';Metadata
Metadata
Assignees
Labels
feature_requestThis is a feature request from issue template.This is a feature request from issue template.