From e116748c50ef3adbbf08f4bc1ad0c18ab8f7b7df Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Fri, 12 Mar 2021 12:06:22 +0100 Subject: [PATCH] these two example files got moved at some time (#938) --- src/kem/kem.h | 2 +- src/sig/sig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kem/kem.h b/src/kem/kem.h index 2b016b4b2..276faabc1 100644 --- a/src/kem/kem.h +++ b/src/kem/kem.h @@ -2,7 +2,7 @@ * \file kem.h * \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 * no dynamic memory allocation -- all buffers are allocated on the stack, with diff --git a/src/sig/sig.h b/src/sig/sig.h index 2c1f74fd9..81f386bbc 100644 --- a/src/sig/sig.h +++ b/src/sig/sig.h @@ -2,7 +2,7 @@ * \file sig.h * \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 * no dynamic memory allocation -- all buffers are allocated on the stack, with