Search Criteria
Package Details: liboqs 1:0.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/liboqs.git (read-only, click to copy) |
---|---|
Package Base: | liboqs |
Description: | C library for prototyping and experimenting with quantum-resistant cryptography |
Upstream URL: | https://openquantumsafe.org/liboqs/ |
Licenses: | MIT |
Submitter: | iyanmv |
Maintainer: | iyanmv |
Last Packager: | iyanmv |
Votes: | 3 |
Popularity: | 0.28 |
First Submitted: | 2022-11-23 16:47 (UTC) |
Last Updated: | 2024-09-27 16:34 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-pytest (check)
- python-pytest-xdist (check)
- python-yaml (python-yaml-gitAUR) (check)
Latest Comments
iyanmv commented on 2024-10-01 13:53 (UTC)
ghen: In my opinion, yes. This library is for experimenting and testing new pqc crypto. Stateful hash-based signatures only make sense when used in an HSM. Enabling this at build time does not affect the security (or lack of) of any other algs.
ghen commented on 2024-10-01 13:31 (UTC)
Is it a good idea to enable OQS_HAZARDOUS_EXPERIMENTAL_ENABLE_SIG_STFL_KEY_SIG_GEN in a packaged build ?
"The name of the configuration variable has been chosen to make every user of this feature aware of its security risks. The OQS team explicitly discourages enabling this variable and reserves the right to remove this feature in future releases if its use causes actual harm. It remains present as long as it is responsibly used as per the stated warnings."
iyanmv commented on 2023-05-09 11:26 (UTC)
This release currently doesn't build with gcc 13. There are just so many different patches to apply in order to make it work that I think it makes more sense just to wait for the 0.8.0 release, which should happen sooner than later.
https://github.com/open-quantum-safe/liboqs/issues/1450
iyanmv commented on 2023-02-15 11:44 (UTC)
Holzhaus: Sorry about that, I was using a local copy of the patch removing the changes to .github/workflows/linux.yml, not the patch directly from github. Now should work.
Holzhaus commented on 2023-02-15 07:50 (UTC)
This package is broken: "fix-sha3.patch" does not pass the validity check.