added session design

This commit is contained in:
Kevin Froman 2020-05-28 17:15:46 -05:00
parent d904d0fb87
commit 734774f1a8
1 changed files with 15 additions and 0 deletions

15
session.txt Normal file
View File

@ -0,0 +1,15 @@
Session(private master key, public master peer key, bool strict, int timePerKey)
List<Ed25519PublicKey> pubkeys
List<Ed25519PrivKey> privkeys
public:
encrypt()
decrypt()
deleteExpired()
byte[] SessionMessage(byte[] data)
getNewKey()