2 Commits

Author SHA1 Message Date
23ad99d0e2 feat(browser): Implement fallback SHA256 for non-HTTPS environments and enhance browser tests for consistent hashing 2025-06-19 23:03:36 +00:00
0bae2d6eec feat: Merge isohash functionality into smarthash for cross-environment hash support
- Updated test files to use new tapbundle import from @git.zone/tstest.
- Created a new plan for merging isohash into smarthash, detailing objectives and implementation steps.
- Added browser-specific tests for SHA256 hashing functions in test/test.browser.ts.
- Implemented browser-compatible hashing functions in ts_web/index.ts using Web Crypto API.
- Introduced plugins for environment detection and JSON handling in ts_web/plugins.ts.
- Ensured that existing smarthash functionality remains intact and consistent across environments.
2025-06-19 22:44:47 +00:00