Documentation ¶
Overview ¶
Package models provides structs containing message data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecryptSignedVerify ¶
type DecryptSignedVerify struct { //clear text Plaintext string //bitmask verify status : 0 Verify int //error message if verify failed Message string }
DecryptSignedVerify contains a decrypted message and verification result.
type EncryptedSigned ¶
EncryptedSigned contains an encrypted message and signature.
type EncryptedSplit ¶
EncryptedSplit contains a separate session key packet and symmetrically encrypted data packet.
Click to show internal directories.
Click to hide internal directories.