Files
salvium-rs/NOTICE
T
Matt Hess 714721874e Add RandomX proof-of-work implementation with WASM acceleration
- Full RandomX implementation (light mode + full mode)
   - WASM-accelerated Argon2d cache init (37x faster than pure JS)
   - WASM-accelerated SuperscalarHash with SIMD support
   - Parallel dataset generation using worker threads (8 workers)
   - Light mode: ~4s init, Full mode: ~8min init
   - Mining utilities (difficulty calculation, block construction)
   - Progress callbacks for long-running operations

   Performance targets 2023+ platforms (WASM SIMD: Chrome 91+,
   Firefox 89+, Safari 16.4+, Node 16.4+)
2026-01-15 19:19:27 +00:00

23 lines
772 B
Plaintext

Salvium JS
Copyright © 2026 Matt Hess
This product includes software developed as part of the Salvium project.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Trademarks:
Salvium™ and related names, logos, and branding are trademarks of the
Salvium project and are not licensed under the Apache License.
Third-Party Components:
This project may include or depend on third-party software components,
including but not limited to RandomX, which are licensed under their
respective licenses. Such licenses are provided in the relevant source
files or documentation.
Disclaimer:
This software is provided "AS IS", without warranty of any kind, express
or implied. Use at your own risk.