Arthur Meyre
Arthur Meyre
Hello, I am having this weird thing where all thunk functions more or less have the `void thunk_func(void)` signature while the actual function (from a windows .exe from 1998) are...
## What this PR does / Why we need it Gives a better default usage of the actions, people copy pasting the README code may have the additional checkout that...
### Problem Adding a workspace member from a github repository as a dependency via `cargo add` specifying existing features triggers an issue ### Steps 1. cargo add --git https://github.com/zama-ai/tfhe-rs.git tfhe...
**rust-analyzer version**: rust-analyzer version: 0.3.1850-standalone in VSCode **rustc version**: rustc 1.78.0-nightly (2bf78d12d 2024-02-18) **relevant settings**: nothing notable It seems that that version of rust analyzer failed to rename some functions...
Hello, We are currently exploring using the https://github.com/dtolnay/semver-trick to be able to give old crates the ability to convert some serialized data to more modern formats. The basics are as...
Unable to allocate more than 2GB of RAM (while some wasm binaries are able to use up to 4GB or RAM)
## 💡 Feature description I'm currently working on bindings that manipulate large amounts of data, I've tried a lot of things but can't get the binaries generated by wasm-pack to...
This is currently in draft as it's missing some docstrings and doctests, the rest should be mostly ready, you can likely check commit by commit to avoid being swamped by...
refs: https://github.com/zama-ai/tfhe-rs-internal/issues/531 ### PR content/description First step of proper non power of 2 moduli/NTT integration with the decomposer rework ### Check-list: * [x] Tests for the changes have been added...
closes: https://github.com/zama-ai/tfhe-rs-internal/issues/396 ### PR content/description Rejection sampling had a significant chance of failing, this PR adresses that and moves the forking management to entities that need it ### Check-list: *...
closes: ### PR content/description - some parameter selection (like noise distributions) were made manually and were error prone in the past - factorize those to have fewer places to check...