-
- Downloads
made e2e encryption able to support alternate users and temporary...
made e2e encryption able to support alternate users and temporary relationships that dont store to disk
parent
7117e876
No related branches found
No related tags found
Showing
- e2e/fpGenerator.go 2 additions, 2 deletionse2e/fpGenerator.go
- e2e/interface.go 15 additions, 6 deletionse2e/interface.go
- e2e/manager.go 15 additions, 11 deletionse2e/manager.go
- e2e/ratchet/partner/manager.go 10 additions, 0 deletionse2e/ratchet/partner/manager.go
- e2e/ratchet/ratchet.go 59 additions, 156 deletionse2e/ratchet/ratchet.go
- e2e/ratchet/ratchet_test.go 20 additions, 20 deletionse2e/ratchet/ratchet_test.go
- e2e/ratchet/relationshipID.go 26 additions, 0 deletionse2e/ratchet/relationshipID.go
- e2e/ratchet/serviceList.go 4 additions, 4 deletionse2e/ratchet/serviceList.go
- e2e/ratchet/storage.go 209 additions, 0 deletionse2e/ratchet/storage.go
- e2e/rekey/confirm.go 3 additions, 2 deletionse2e/rekey/confirm.go
- e2e/rekey/trigger.go 1 addition, 1 deletione2e/rekey/trigger.go
- e2e/sendUnsafe.go 1 addition, 1 deletione2e/sendUnsafe.go
- storage/utility/id.go 42 additions, 0 deletionsstorage/utility/id.go
- storage/versioned/kv.go 5 additions, 0 deletionsstorage/versioned/kv.go
e2e/ratchet/relationshipID.go
0 → 100644
e2e/ratchet/storage.go
0 → 100644
storage/utility/id.go
0 → 100644
Please sign in to comment