This website requires JavaScript.
Explore
Help
Sign in
lysann
/
passforios-gopenpgp
Watch
1
Star
0
Fork
You've already forked passforios-gopenpgp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0d1ce13767
passforios-gopenpgp
/
constants
/
version.go
4 lines
43 B
Go
Raw
Normal View
History
Unescape
Escape
Add decryptMime and refactor package structure
2018-09-11 11:09:28 +02:00
package
constants
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
const
Version
=
"2.7.5"
Reference in a new issue
Copy permalink