ma-did 0.2.0

Rust implementation of the 間 (did:ma) DID method for secure identities and messaging
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: build clean distclean

build:
	cargo build

clean:
	cargo clean -p ma-did

distclean: clean
	rm -rf target