This repository was archived by the owner on Feb 1, 2018. It is now read-only.
Security Improvements
Updated Proteus and it's dependencies to libsodium.js and ed2curve.js, providing the following security improvements:
- Preventing all-zero keys in shared secrets (#31)
- Checking validity of Ed25519 public keys (dchest/ed2curve-js@9fe7531)
- Zeroize secret values in memory when they are out of scope (#34)
- Verify libsodium initialisation (wireapp/libsodium.js#1)