Documentation cleanup.

This commit is contained in:
Michael R Sweet
2023-12-05 13:49:58 -05:00
parent 86d842167a
commit 34dbf6c2fe
14 changed files with 29 additions and 66 deletions

View File

@@ -10,10 +10,6 @@
// (<https://github.com/kokke/tiny-AES-c>)
//
//
// Include necessary headers...
//
#include "pdfio-private.h"
@@ -21,7 +17,7 @@
// Local types...
//
typedef uint8_t state_t[4][4]; // 4x4 AES state table
typedef uint8_t state_t[4][4]; // 4x4 AES state table @private@
//