ProtonMail / go-crypto

Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
https://pkg.go.dev/github.com/ProtonMail/go-crypto
BSD 3-Clause "New" or "Revised" License
328 stars 99 forks source link

Expose SEIPDv2 parsed fields in the SymmetricallyEncrypted type #183

Closed lubux closed 1 year ago

lubux commented 1 year ago

The SymmetricallyEncrypted (SEIPD) packet type did not expose the parsed fields for SEIPDv2. Thus, it prevents external users of the packet parser to inspect parsed values. This commit addressed this issue by making them public.