Move AES code to separate file, prep private API for making keys/contexts/callbacks for encryption.

This commit is contained in:
Michael R Sweet
2021-10-09 10:49:22 -04:00
parent 27e4ce9f42
commit 2245c9d4f5
5 changed files with 559 additions and 479 deletions

View File

@ -40,6 +40,7 @@ PUBHEADERS = \
pdfio.h \
pdfio-content.h
PUBOBJS = \
pdfio-aes.o \
pdfio-array.o \
pdfio-common.o \
pdfio-content.o \