diff --git a/storage/session.go b/storage/session.go index 13304ef7ca86aac8ac43d5a71f4a38c03d5ddf40..d181f07428b1178b83a7b0121c980882c79d1c37 100644 --- a/storage/session.go +++ b/storage/session.go @@ -34,8 +34,11 @@ import ( ) const currentSessionVersion = 0 + +// NOTE: These are set this way for legacy purposes. If you want to change them +// you will need to set up and upgrade path for old session files const cmixGroupKey = "cmix/GroupKey" -const e2eGroupKey = "e2e/GroupKey" +const e2eGroupKey = "e2eSession/Group" // Session object, backed by encrypted versioned.KVc type Session interface {