Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Server Security
-
Fully Compatible
-
Security 2023-02-06
Description
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.