tourze/tls-crypto-curves

TLS椭圆曲线加密

0.0.1 2025-05-24 17:42 UTC

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