get-smooth / get-smooth/crypto-lib
Optimize SHA512
Open
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.