tourze/tls-crypto-asymmetric

TLS非对称加密算法实现

0.0.1 2025-05-25 16:03 UTC

This package is auto-updated.

Last update: 2025-05-25 17:05:41 UTC


README

This package provides asymmetric cryptography implementations for the TLS protocol, including:

  • RSA encryption and signatures
  • ECDSA implementation
  • EdDSA (Ed25519, Ed448) implementation
  • DSA and traditional signature algorithms
  • Key format handling (PKCS#1, PKCS#8, etc.)

Installation

composer require tourze/tls-crypto-asymmetric

Usage

Documentation coming soon.

License

MIT