Tamara Finogina
Tamara Finogina
Hi! I'm trying to do the build on macOS 14.5 with emscripten: stable 3.1.64 (bottled). However, I'm getting the following: ` emcc: error: --memory-init-file is no longer supported` Is there...
After creating patches/some-crate+1.0.110.patch, how can I apply it? Say I got the code with the patch from a repo and now want to apply the patch before doing the build.
**Update** - Switching to Argon2. The idea is to re-compute all hashes in the database to Argon2 of the current PBKDF2 value and modify the login accordingly, then bit by...
This PR changes the AES encryption part in the following way: - Deprecated CryptoJS is removed and substituted by calls to @interext/lib - Removed magic salt and magic iv -...
Add support for both the current and hybrid encryption modes so the current users can migrate to hybrid settings.
## Description --- Runtime error when E2E is enabled due to rejection in _sendSessionInit (`Tried to send session-init to ${pId} but we already have a session`, here: https://github.com/internxt/lib-jitsi-meet/blob/master/modules/e2ee/OlmAdapter.js#L987) ## Current...
PQClean was updated a bit during the last 3 years. Would it be possible to release new pre-built bindings? Thank you!
PR for [Discussion #72](https://github.com/Daninet/hash-wasm/discussions/72). By design, Blake3 provides a key derivation mode that accepts a context string of any length and key material of any length, producing a derived key...
## Description This PR is for the PoC for opaque login (just to agree on the API). During login, we call `is2FAorOpaqueNeeded`, which tells us if login should be with...