Make Time and Filename public (#87)
This commit is contained in:
parent
ce607e0fa8
commit
ac353fcbef
6 changed files with 19 additions and 19 deletions
|
|
@ -95,7 +95,7 @@ NewPlainMessageFromFile(data []byte, filename string, modTime int) *PlainMessage
|
|||
- Use aes256 cipher for password-encrypted messages.
|
||||
- The helpers `EncryptSignMessageArmored`, `DecryptVerifyMessageArmored`, `DecryptVerifyAttachment`, and`DecryptBinaryMessageArmored`
|
||||
now accept private keys as public keys and perform automatic casting if the keys are locked.
|
||||
- The `PlainMessage` struct now contains the fields `filename` (string) and `time` (uint32)
|
||||
- The `PlainMessage` struct now contains the fields `Filename` (string) and `Time` (uint32)
|
||||
- All the Decrypt* functions return the filename, type, and time specified in the encrypted message
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue