Minor: spelling and typos
This commit is contained in:
parent
97e70855b8
commit
d005dca0a4
9 changed files with 65 additions and 74 deletions
|
|
@ -1,6 +1,5 @@
|
|||
package models
|
||||
|
||||
|
||||
//EncryptedSplit when encrypt attachemt
|
||||
type EncryptedSplit struct {
|
||||
DataPacket []byte
|
||||
|
|
@ -8,7 +7,7 @@ type EncryptedSplit struct {
|
|||
Algo string
|
||||
}
|
||||
|
||||
//SessionSplit splited session
|
||||
//SessionSplit split session
|
||||
type SessionSplit struct {
|
||||
Session []byte
|
||||
Algo string
|
||||
|
|
@ -29,4 +28,3 @@ type DecryptSignedVerify struct {
|
|||
//error message if verify failed
|
||||
Message string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue