Skip to content

Commit 21f53dc

Browse files
committed
Updated README file
1 parent a66a85f commit 21f53dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Supported key/certificate types: **RSA**, **ECDSA/ECDH**. Supported elliptic cur
1919

2020
## Usage
2121

22-
The central struct to use in `rustls-cng` is `CngSigningKey`, which can be constructed
22+
The main struct to use in `rustls-cng` is `CngSigningKey`, which can be constructed
2323
from the low-level `NCryptKey` handle. The instance of `CngSigningKey` can then be
24-
used in `rustls` in the custom `ResolvesServerCert` or `ResolvesClientCert` implementation.
24+
used in `rustls` in the custom `ServerCredentialResolver` or `ClientCredentialResolver` implementation.
2525

2626
See the `examples` directory for usage examples.
2727

0 commit comments

Comments
 (0)