Re: Include file(s)
Jeffrey Walton <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptopp |
|---|---|
| Message-ID | <CAH8yC8m7Yte4uezn-vrOfq_YDcQDfLn6g+AuT+r5jTFLP-81tA@mail.gmail.com> |
> So, I'm seeing if I can compile the examples given at https://cryptopp.com/wiki/Advanced_Encryption_Standard. Unfortunately, those examples don't show any include statements. I included cryptlib.h but still have many symbols undefined. Refresh your browser. The example was just updated. > Is there a master include file I can include so that I can compile that code? Typically you include cryptlib.h for the various interfaces. Then you include specific headers, like rijndael.h for AES, modes.h for a mode like CBC, hex.h for hex encoding, filters.h for StreamTransformationFilter. Jeff -- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/CAH8yC8m7Yte4uezn-vrOfq_YDcQDfLn6g%2BAuT%2Br5jTFLP-81tA%40mail.gmail.com.