tourze / tls-crypto-curves
TLS椭圆曲线加密
0.0.1
2025-05-24 17:42 UTC
Requires
- php: ^8.1
- ext-openssl: *
- paragonie/sodium_compat: ^2.0
- tourze/tls-common: 0.0.*
- tourze/tls-crypto-random: 0.0.*
Requires (Dev)
- maglnet/composer-require-checker: ^4
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-05-25 16:05:22 UTC
README
This package provides elliptic curve implementations for the TLS protocol, including:
- P-256, P-384, P-521 curve support
- X25519, X448 curve support
- Point compression and decompression
- Curve parameter validation
- Curve point operations
Installation
composer require tourze/tls-crypto-curves
Usage
Documentation coming soon.
License
MIT