tourze / tls-crypto-random
Installs: 78
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tourze/tls-crypto-random
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-09-30 14:05:50 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