-
Hi,
I'm very interested in this project, and wanted to try it out!
I downloaded it and tried to `cargo run example/test.ml` it using a hand-written tiny `test.ml` file.
I'm getting the following er…
-
A pure Rust libcrux release in 2024 with a limited set of primitives for use in different project.
Tracking of primitives backed by hacl-rs has been moved to #537.
-
I'm intrigued by the solid work here! But as someone who never used MetaCoq and ocaml before, reading it is a bit difficult. I feel that the entry point of the core logic is really in the `Rust Extrac…
-
All,
I'm in the early stages of writing my project, which is in Rust, and relies on ML-KEM / Kyber (both, one for FIPS world, the other for non-fips).
### `safe-oqs` Q
I originally incorporat…
-
Thanks for making this, seems very impressive!
I'm just starting out trying to use it directly in Rust but encountering a panic. My code looks as such, my matrix is 86 columns and 774 rows:
```r…
-
Bad
---
Appeared https://github.com/kachick/dotfiles/issues/442 again since merging https://github.com/kachick/dotfiles/pull/847
Found 2 patterns
- Trojan:Win32/Wacatac.B!ml
- Trojan:Win32/…
-
### Describe the bug
Kornia fails to install with Python 3.13.0 for comfyui
### Reproduction steps
```bash
git clone https://github.com/comfyanonymous/ComfyUI
pip3 install -r requirments.txt
```
…
-
A 'mini-batch' of training for any sl/ul/rl algorithm, that is meant to be completed asynchronously from the main training program.
-
The [burn releases HTML page](https://github.com/tracel-ai/burn/releases) is well-done.
I would really appreciate the same information formatted as a CHANGELOG, as described by [the "keep a change…
-
When translating Rust trait implementations `impl`s, hax puts the entire implementation into the interface file.
This has two bad effects:
- first, we cannot abstract away from the implementation, a…