tourze / tls-crypto-random
0.0.1
2025-05-23 13:03 UTC
Requires
- php: ^8.1
- tourze/tls-common: 0.0.*
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-05-24 17:14:35 UTC
README
This package provides cryptographically secure random number generation for TLS protocol, including:
- Cryptographically Secure Pseudo-Random Number Generator (CSPRNG)
- Entropy pool management
- Random source collection and mixing
- Non-blocking random number API
Installation
composer require tourze/tls-crypto-random
Usage
Documentation coming soon.
License
MIT