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
334 stars 101 forks source link

Add support for creating Notation Data signature subpackets #147

Closed twiss closed 1 year ago

twiss commented 1 year ago

Add config.SignatureNotations []*Notation, which will be added to any signatures created during the operation that the config is passed to.

Built on top of #146, should be merged after that one. For the main change, see c19bb963d9ad4506bff2e4d7119d60a2a0ccf7de.