these two example files got moved at some time (#938)

This commit is contained in:
Thom Wiggers 2021-03-12 12:06:22 +01:00 committed by GitHub
parent 707750e034
commit e116748c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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