diff options
Diffstat (limited to 'src/crypto.h')
-rw-r--r-- | src/crypto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto.h b/src/crypto.h index de2bddf..a228f5a 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -23,6 +23,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + \file src/crypto.h + + Cyptographic algorithm API and utilities +*/ + #pragma once |