Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Apr 6, 2024
1 parent 8f9da5f commit f7d59ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs11_cryptography_keys/keys/ec.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def exchange(
# :type mecha: :class:`Mechanism`
# :return: the unwrapped key object
# :rtype: integer
print(derived_key)

# get bytes of the key
attributes = self._session.getAttributeValue(
derived_key, [PyKCS11.CKA_VALUE]
Expand Down

0 comments on commit f7d59ef

Please sign in to comment.