-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export the psd in cms.SignedData #89
Labels
Comments
I think the intent was to keep the packages separate, but I can see how it would be useful to expose the type SignedData struct {
*protocol.SignedData
} |
i created a pull request thanks in advance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi could please export the psd filed in
type SignedData struct { psd *protocol.SignedData }
or provide a function that return this filed
The text was updated successfully, but these errors were encountered: