rusty_secrets 0.2.0

Implementation of threshold Shamir's secret sharing in the Rust programming language.
Documentation
1
2
3
4
doc: 
	rm -rf docs/
	cargo doc --no-deps
	mv target/doc docs/