mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 02:28:06 +01:00
README: update for 3.0.0 release
This commit is contained in:
parent
2b5e205aec
commit
b2bdbaa4f4
18
README.md
18
README.md
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
MIT-licensed pure-PHP implementations of an arbitrary-precision integer
|
MIT-licensed pure-PHP implementations of the following:
|
||||||
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
|
|
||||||
AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305
|
||||||
|
|
||||||
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [Documentation / Manual](http://phpseclib.sourceforge.net/)
|
* [Documentation / Manual](https://phpseclib.com/)
|
||||||
* [API Documentation](https://api.phpseclib.org/1.0/) (generated by Doctum)
|
* [API Documentation](https://api.phpseclib.com/1.0/) (generated by Doctum)
|
||||||
|
|
||||||
## Branches
|
## Branches
|
||||||
|
|
||||||
@ -29,6 +29,14 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
|||||||
* Unstable API
|
* Unstable API
|
||||||
* Do not use in production
|
* Do not use in production
|
||||||
|
|
||||||
|
### 3.0
|
||||||
|
|
||||||
|
* Long term support (LTS) release
|
||||||
|
* Major expansion of cryptographic primitives
|
||||||
|
* Minimum PHP version: 5.6.1
|
||||||
|
* PSR-4 autoloading with namespace rooted at `\phpseclib3`
|
||||||
|
* Install via Composer: `composer require phpseclib/phpseclib:~3.0`
|
||||||
|
|
||||||
### 2.0
|
### 2.0
|
||||||
|
|
||||||
* Long term support (LTS) release
|
* Long term support (LTS) release
|
||||||
|
Loading…
Reference in New Issue
Block a user