Description
Within model_transparency, we are adding RFC 3161 Timestamp Authority support for PKI signing. It all works fine, however we have to import this class for usage, and it is private.
from sigstore._internal.timestamp import TimestampAuthorityClient
Could we make it public for our usage? Here is the PR in model-transparency for more context.
sigstore/model-transparency#620
Description
Within model_transparency, we are adding RFC 3161 Timestamp Authority support for PKI signing. It all works fine, however we have to import this class for usage, and it is private.
Could we make it public for our usage? Here is the PR in model-transparency for more context.
sigstore/model-transparency#620