indy-crypto 0.1.3-dev-3

This is the shared crypto libirary for Hyperledger Indy components.
Documentation
1
2
3
4
5
6
7

# Automatically added from template:
if which py3compile >/dev/null 2>&1; then
	py3compile -p {package_name} /usr/local/lib/python3.5/dist-packages/
fi

# End automatically added section