liboqs-rust
liboqs-rust copied to clipboard
Rust bindings for liboqs
Bumps the actions group with 1 update: [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action). Updates `KyleMayes/install-llvm-action` from 1.9.0 to 2.0.3 Release notes Sourced from KyleMayes/install-llvm-action's releases. v2.0.3 Added support up to LLVM and Clang 18.1.6 (for...
would be very helpful for packager.
Hi, could you help me please to resolve this dependencies issue? I'm using Ubuntu 24 and Tauri ``` /usr/include/limits.h:124:16: fatal error: 'limits.h' file not found thread 'main' panicked at /home/alu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oqs-sys-0.9.1+liboqs-0.9.0/build.rs:33:10:...
I'm trying to build project for multiple architectures but it fails on aarch64 due to a mismatch of the `ssize_t` and the pointer size. Full error message below. I see...
Updates to liboqs 0.13.0 (currently in pre-release state). This includes - exposing a new KEM API function, `OQS_KEM_keypair_derand`, and - adding the UOV signature algorithm. I also exposed the `OQS_randombytes`...
The Windows Nightly Rust builds are failing. I do not have the expertise on Windows or Rust to debug this, so I propose [disabling them](https://github.com/open-quantum-safe/liboqs-rust/pull/282) to allow the rest of...
This adds - Compatibility with liboqs 0.11.0 - Adds Debug to all structs - FromStr for kem::Algorithm and sig::Algorithm - Serialize/Deserialize use constant time serialization and hex when human readable,...
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). ###...
Hi, I am writing some security-focused software in pure Rust, however, my dependency on this crate makes builds non-reproducible because of liboqs reliance. Any help / tips ?
Bumps the actions group with 1 update: [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action). Updates `KyleMayes/install-llvm-action` from 2.0.7 to 2.0.8 Release notes Sourced from KyleMayes/install-llvm-action's releases. v2.0.8 Added support for LLVM and Clang 21 (for platforms...