Skip to content
Snippets Groups Projects
Commit 7508aebf authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Use the original prefix + key for the group elements

parent 40b04fc8
No related branches found
No related tags found
2 merge requests!510Release,!272Integration fixes
......@@ -10,12 +10,13 @@
package storage
import (
"gitlab.com/elixxir/crypto/diffieHellman"
"math/rand"
"sync"
"testing"
"time"
"gitlab.com/elixxir/crypto/diffieHellman"
"gitlab.com/elixxir/client/storage/utility"
"gitlab.com/xx_network/crypto/large"
......@@ -33,8 +34,8 @@ import (
)
const currentSessionVersion = 0
const cmixGroupKey = "cmixGroup"
const e2eGroupKey = "e2eGroup"
const cmixGroupKey = "cmix/GroupKey"
const e2eGroupKey = "e2e/GroupKey"
// Session object, backed by encrypted versioned.KVc
type Session interface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment