Issue #3: mobile client fallback version

This commit is contained in:
Jakub Lehotsky 2018-11-05 22:55:45 +01:00
parent 0bf075d49d
commit fdd1a727cb
15 changed files with 367 additions and 1321 deletions

View file

@ -1,3 +1,4 @@
// Provides high-level public data models used for communication mainly with mobile clients
package models
//EncryptedSplit when encrypt attachemt
@ -7,12 +8,6 @@ type EncryptedSplit struct {
Algo string
}
//SessionSplit split session
type SessionSplit struct {
Session []byte
Algo string
}
//EncryptedSigned encrypt_sign_package
type EncryptedSigned struct {
Encrypted string