There are current three main pieces here:
- the
iacrcc.cls
document class for the IACR Communications in Cryptology. - A newer document class called
iacrj.cls
that can be used for the three IACR journals Communications in Cryptology, TCHES, and ToSC. - the
iacrj.cls
depends upon a packagemetacapture.sty
that provides the metadata capture ofiacrj.cls
.
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