Hide_D b3875a111f feat: Implement LiteHashDRBG and RNG utilities
- Added BytesLike type for handling various byte representations.
- Implemented LiteHashDRBG class for SHA-512 based deterministic random bit generator.
- Created RNG interface defining methods for random number generation.
- Developed RandUtil class providing utility functions for RNG operations.
- Added conversion functions for BytesLike to ArrayBuffer and Uint8Array.
- Implemented comprehensive tests for RNG functionality and expected behaviors.
- Configured Vitest for testing environment setup.
2025-12-27 04:45:59 +00:00
2025-12-26 15:25:07 +00:00
2025-12-26 15:25:07 +00:00
2025-12-27 00:24:11 +09:00
2025-12-27 00:24:11 +09:00
S
Description
No description provided
Readme MIT
8.3 MiB
Languages
TypeScript 84.2%
Vue 11.9%
JavaScript 3.1%
Shell 0.5%
HTML 0.2%