Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support lower version of nodejs in crypto #48

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

lukasjhan
Copy link
Member

Issue: #47

In node <= 16.x, built-in hash function use lowercase, no-hyphen like "sha256".
Add string transform function to fit the format of string: "SHA-256 -> sha256"

Signed-off-by: Lukas <Lukas@hopae.io>
@lukasjhan lukasjhan merged commit 6aa790c into openwallet-foundation-labs:main Jan 31, 2024
2 checks passed
@lukasjhan lukasjhan linked an issue Jan 31, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support nodejs 16
2 participants