Use rust crypto

Taken from d25cf28d00
This commit is contained in:
Hugh Nimmo-Smith
2024-08-19 10:27:46 +01:00
parent 61bc4dcc14
commit eddc590235
6 changed files with 1 additions and 57 deletions

View File

@@ -23,11 +23,6 @@ declare global {
webkitFullscreenElement: HTMLElement | null;
}
interface Window {
// TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10
OLM_OPTIONS: Record<string, string>;
}
interface HTMLElement {
// Safari only supports this prefixed, so tell the type system about it
webkitRequestFullscreen: () => void;