You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DRR serialization is essentially JSON and includes base64-encoded data. We should investigate and implement a more compact serialization strategy to save on storage the DRK/DRR take up (namely the resulting encrypted data payload).
Likely less important for the SK and IK size as they don't have data payloads, but we could investigate there as well if it makes sense.
The text was updated successfully, but these errors were encountered:
Currently the DRR serialization is essentially JSON and includes base64-encoded data. We should investigate and implement a more compact serialization strategy to save on storage the DRK/DRR take up (namely the resulting encrypted data payload).
Likely less important for the SK and IK size as they don't have data payloads, but we could investigate there as well if it makes sense.
The text was updated successfully, but these errors were encountered: