-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2023-02-06
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In v2 of the protocol, the ESC document format now has three types:
1. non-anchor documents: { _id: FS1(count) }
2. regular anchor documents: { _id: FS1(0 || apos), value: FS2(0 || count) }
3. null anchor documents: { _id: FS1(0 || 0), value: FS2(apos || cpos) }
Implement the helper functions in the ESCCollection class to generate and decrypt documents of the above formats.