liboqs-java
liboqs-java copied to clipboard
liboqs-java is an open source Java wrapper for the liboqs C library. The Open Quantum Safe (OQS) project provides software for prototyping quantum-resistant cryptography.
The Makefile needs to be rewritten for Windows.
The tagged version 0.1.0 is broken for me, but the bugfixes present in the master branch fix the issue. IMHO it would make sense to tag a new version 0.1.1....
1. Remove unnecessary dependencies 2. Fix warning: Raw use of parameterized class 'Pair' 3. Optimize the way of bundling native lib into jar 3.1. Output native library to `${project.build.outputDirectory}`, avoid...
Hi Team, Can we refactor the code and make changes so that liboqs-java can be used as JCE provider? It means, for instance, creating a subclass of SignatureSpi and invoke...
Solve Issue #1 ## Changes Made - Changed from dynamic linking (`liboqs.so`/`liboqs.dll`) to static linking (`liboqs.a`) - Added liboqs as a git submodule in `./liboqs/` - Updated build instructions for...