indy-crypto 0.0.2

This is the shared crypto libirary for Hyperledger Indy components.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#

export PATH=/usr/local/bin:/usr/bin:/bin:/root/.cargo/bin

%:
	dh $@

clean:
	cargo clean

build:
	cargo build --release