Logo
Explore Help
Sign In
TheArchive/session-android
1
0
Fork 0
You've already forked session-android
mirror of https://github.com/oxen-io/session-android.git synced 2025-05-25 18:08:18 +00:00
Code Issues Packages Projects Releases Wiki Activity
45e380a5bb
BranchesTags
View all branches
session-android/library/protobuf/PreKeyEntity.proto

11 lines
264 B
Protocol Buffer
Raw Normal View History

Generate "prekeys" at push registration time. This generates a large number of key exchange messages and registers them with the server during signup.
2013-08-15 08:25:30 -07:00
package textsecure;
Move common crypto classes into TextSecureLibrary. 1) Move all the crypto classes from securesms.crypto. 2) Move all the crypto storage from securesms.database.keys 3) Replace the old imported BC code with spongycastle.
2013-08-17 18:37:18 -07:00
option java_package = "org.whispersystems.textsecure.encoded";
Generate "prekeys" at push registration time. This generates a large number of key exchange messages and registers them with the server during signup.
2013-08-15 08:25:30 -07:00
option java_outer_classname = "PreKeyProtos";
message PreKeyEntity {
Move prekey jsonifcation into the push code, add identity key.
2013-08-17 19:06:04 -07:00
optional uint64 id = 1;
optional bytes public_key = 2;
optional bytes identity_key = 3;
Move common crypto classes into TextSecureLibrary. 1) Move all the crypto classes from securesms.crypto. 2) Move all the crypto storage from securesms.database.keys 3) Replace the old imported BC code with spongycastle.
2013-08-17 18:37:18 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 91ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API