passforios-gopenpgp/constants
Lukas Burkhalter c6a3058e2e
Prepare release 2.7.5 with packet API (#269)
Adds the following API functions:
- API to get signature key IDs for mobile:
	func (msg *PGPMessage) GetHexSignatureKeyIDsJson() []byte

- API to get encryption key IDs for mobile:
	func (msg *PGPMessage) GetHexEncryptionKeyIDsJson() []byte

- API to get the number of key packets in a PGP message:
	func (msg *PGPSplitMessage) GetNumberOfKeyPackets() (int, error)

- API in package `helper` to encrypt a PGP message to an additional key:
	func EncryptPGPMessageToAdditionalKey(messageToModify *crypto.PGPSplitMessage, keyRing *crypto.KeyRing, additionalKey *crypto.KeyRing) error
2024-02-07 08:09:26 +01:00
..
armor.go Prepare release 2.7.5 with packet API (#269) 2024-02-07 08:09:26 +01:00
cipher.go Add SIGNATURE_BAD_CONTEXT status to verification error. 2023-04-06 10:34:04 +02:00
context.go Add API to add contexts to detached signatures. 2023-03-13 11:48:31 +01:00
version.go Prepare release 2.7.5 with packet API (#269) 2024-02-07 08:09:26 +01:00