A catalog of crypto requirements.
Common Criteria Crypto Catalog
04/19/2017 Catalog of crypto requirements v1.0 - initial release
Help working with Transforms Submodule
To clone this project along with its transforms submodule run:
git clone --recursive https://github.com/commoncriteria/crypto-catalog.git
To pull updates from the upstream transforms submodule and commit them run:
git submodule update --remote transforms
git add transforms
git commit