Hi-
I'd like to reference standard ek templates but had to resort to digging them up from the 'internal/` package here
for 3.0.0-rc0 i'm using from tpm2_pytss.internal.templates import ek_rsa2048
for 2.3.0 i was using from tpm2_pytss.internal.templates import _ek
is there somewhere else i should acquire them (since i guess the internal prefix indicates its not intended for external use)?
Also, is there a timeline for the 3.0.0 release (i'll update my samples to not use the _ek reference then)?
thanks,
Hi-
I'd like to reference standard ek templates but had to resort to digging them up from the 'internal/` package here
for
3.0.0-rc0i'm usingfrom tpm2_pytss.internal.templates import ek_rsa2048for
2.3.0i was usingfrom tpm2_pytss.internal.templates import _ekis there somewhere else i should acquire them (since i guess the internal prefix indicates its not intended for external use)?
Also, is there a timeline for the
3.0.0release (i'll update my samples to not use the_ekreference then)?thanks,