Skip to content

Commit

Permalink
word change
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Apr 4, 2024
1 parent e7526f3 commit ed291b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ standard library".
This library uses ``PyKCS11`` to implement comunication to the ``PKCS11`` device (smartcard,...).
As PKCS11 devices need an open session to work with them, this library provides
context managers to execute tasks provided by pyca/cryptography. ``PKCS11KeySession`` is the
context manager that will facilitate the use of mentioned keys.
context manager that will facilitate the use of implemented keys.

Context managers take information to connect to the ``PKCS11`` device (library, token label and
key label, if there are more that one private keys on a token). Within the ``with`` statement
Expand Down

0 comments on commit ed291b7

Please sign in to comment.