Fix duplicate entry for RPK support in README

Removed duplicate mention of RPK not being supported.
This commit is contained in:
0x676e67 2025-09-22 01:58:11 +08:00 committed by GitHub
parent bcc3ccb390
commit ee94551993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ BoringSSL bindings for the Rust programming language and HTTP client for [wreq](
This package implements only the TLS extensions specification and supports the original [boring](https://github.com/cloudflare/boring) library with the following features: This package implements only the TLS extensions specification and supports the original [boring](https://github.com/cloudflare/boring) library with the following features:
- RPK is not supported
- Required TLS extensions for Safari and Firefox - Required TLS extensions for Safari and Firefox
- kDHE, ffdhe2048, and ffdhe3072 implementations - kDHE, ffdhe2048, and ffdhe3072 implementations
- RPK is not supported
- Support for LoongArch P64 and P32 architectures - Support for LoongArch P64 and P32 architectures
## Documentation ## Documentation