Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove unused CryptoCallbacks implementations #12919

Merged
merged 4 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Remove unused onSecretRequested callback

    This thing is unused with the rust crypto stack (which is lucky, because it
    uses methods that only work with the legacy stack).
    richvdh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e77ed05 View commit details
    Browse the repository at this point in the history
  2. Remove unused getDehydrationKey method

    This callback is no longer used, so there is no need for an implementation.
    richvdh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    349c214 View commit details
    Browse the repository at this point in the history
  3. Remove unused dehydrationCache

    This is no longer written to, so is redundant.
    richvdh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5e0c94c View commit details
    Browse the repository at this point in the history
  4. Remove another write to CryptoCallbacks.getDehydrationKey

    As before: this hook is no longer used by the js-sdk, so writing to it is
    pointless.
    richvdh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8d6bc3c View commit details
    Browse the repository at this point in the history