Gary Casey
Gary Casey
See here to understand what happens when, as `@bob`, you decrypt a message from `@alice` https://github.com/atsign-foundation/at_protocol/blob/trunk/usage-examples/how-to-exchange-encrypted-data.md#4-fetch-the-symmetric-key-which-alice-shared The code which handles this is in shared_key_decryption.dart, and part of that code handles...
Please add unit tests which verify each case
Going to backlog this until next spring
@murali-shris As far as at_client goes, I've completed the IV part of this work in #968 We should still add these methods into at_chops as part of our overall consolidation...
@sitaram-kalluri If you're looking for what to pick up next, I'd suggest this one
Re (1) : I think we should do as little as possible (ideally nothing) over and above the bare minimum of making the onboarding (flutter or cli) work. Application code...
Does this still need discussion or are we now in implementation?
@sitaram-kalluri The approach as implemented right now in the PR is: > The current behaviour is, the app checks if the device is offline. If yes invokes `isAtClientReadyForOfflineAccess` > which...
Setting priority to P1
Current sync is not near-real-time, but notify is. In the interests of app user experience can I suggest we resolve this for now by implementing auto-notifications for self keys, and...