Skip to content

Commit

Permalink
Merge branch 'add_CKM_RSA_FIPS_186_4_PRIME_KEY_PAIR_GEN' into 'release'
Browse files Browse the repository at this point in the history
add_new_mech_for_ptk

See merge request luna-automation/pycryptoki!21
  • Loading branch information
Ashley Straw 10033832 committed May 19, 2021
2 parents a17bdbc + 7fef305 commit a9506a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pycryptoki/ptk_defines.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""
PTK Only Constants & Definitions pulled from PKCS11
"""
from .defines import CKM_VENDOR_DEFINED

CKM_RSA_FIPS_186_4_PRIME_KEY_PAIR_GEN = CKM_VENDOR_DEFINED + 0x400

0 comments on commit a9506a1

Please sign in to comment.