Skip to content

Commit

Permalink
Update header file documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Jan 12, 2024
1 parent 12528d1 commit b2a5a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/common/aes/aes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* \file aes.h
* \brief Header defining the API for OQS AES
* \brief Header defining the API for OQS AES; not part of the public OQS API
*
* <b>Note this is not part of the OQS public API: implementations within liboqs can use these
* functions, but external consumers of liboqs should not use these functions.</b>
*
* SPDX-License-Identifier: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/oqs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* \file oqs.h
* \brief Overall header file for liboqs.
* \brief Overall header file for the liboqs public API.
*
* C programs using liboqs can include just this one file, and it will include all
* other necessary headers from liboqs.
Expand Down

0 comments on commit b2a5a2d

Please sign in to comment.