get-smooth / get-smooth/crypto-lib

Optimize SHA512

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
JavaScript
Stars
84
Forks
12
PR merge metrics
No merged PRs in 30d

Description

SHA512 implementations could be optimized two ways:
- add inline assembly as much as possible (as initiated in the experimental branch)
- use a 256 bit representation instead of a 64 bit one (kind of "bitslicing" the operations).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.