mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-11-27 00:04:24 -05:00
these two example files got moved at some time (#938)
This commit is contained in:
parent
707750e034
commit
e116748c50
@ -2,7 +2,7 @@
|
|||||||
* \file kem.h
|
* \file kem.h
|
||||||
* \brief Key encapsulation mechanisms
|
* \brief Key encapsulation mechanisms
|
||||||
*
|
*
|
||||||
* The file `src/kem/example_kem.c` contains two examples on using the OQS_KEM API.
|
* The file `tests/example_kem.c` contains two examples on using the OQS_KEM API.
|
||||||
*
|
*
|
||||||
* The first example uses the individual scheme's algorithms directly and uses
|
* The first example uses the individual scheme's algorithms directly and uses
|
||||||
* no dynamic memory allocation -- all buffers are allocated on the stack, with
|
* no dynamic memory allocation -- all buffers are allocated on the stack, with
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
* \file sig.h
|
* \file sig.h
|
||||||
* \brief Signature schemes
|
* \brief Signature schemes
|
||||||
*
|
*
|
||||||
* The file `src/sig/example_sig.c` contains two examples on using the OQS_SIG API.
|
* The file `tests/example_sig.c` contains two examples on using the OQS_SIG API.
|
||||||
*
|
*
|
||||||
* The first example uses the individual scheme's algorithms directly and uses
|
* The first example uses the individual scheme's algorithms directly and uses
|
||||||
* no dynamic memory allocation -- all buffers are allocated on the stack, with
|
* no dynamic memory allocation -- all buffers are allocated on the stack, with
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user