This contains three major components:
- the
metacapture.stypackage for metadata capture. - the
iacrj.clsdocument class that can be used to produce journal articles for the three journals:- IACR Transactions on Cryptographic Hardware and Embedded Systems
- IACR Transactions on Symmetric Cryptology
- IACR Communications on Cryptology
- the
iacrcc.clsdocument class for the IACR Communications in Cryptology that has now been replaced by theiacrj.clsdocument class.
Note that this depends upon cryptobib as a git submodule. Submodules are tricky. If you want to pull in the latest version of the submodule, use
git submodule init
git submodule update