hydrogen-web icon indicating copy to clipboard operation
hydrogen-web copied to clipboard

Consider switching out libolm for vozodemac

Open bwindels opened this issue 2 years ago • 5 comments

See https://github.com/matrix-org/vodozemac-bindings/tree/main/javascript No npm package yet though it seems

bwindels avatar May 16 '22 13:05 bwindels

Also see https://matrix.org/blog/2022/05/16/independent-public-audit-of-vodozemac-a-native-rust-reference-implementation-of-matrix-end-to-end-encryption

bwindels avatar May 16 '22 14:05 bwindels

One important point is that libolm currently allows us to support IE11 because the code is (also) compiled to asmjs. Will need to see if vozodemac will provide the same build targets.

bwindels avatar May 17 '22 09:05 bwindels

are there plans to switch to openMLS ? It would be nice, to have that everywhere: https://arewemlsyet.com/

wrenix avatar Aug 11 '23 19:08 wrenix

I would imagine these days we'd use https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm, as it's pretty much set to go. We would probably have to drop IE11 support at this point though.

Half-Shot avatar Apr 03 '24 14:04 Half-Shot

I don't think we care about IE11 anymore tbh

MidhunSureshR avatar Apr 04 '24 10:04 MidhunSureshR