lamport_sigs 0.7.0

Implementation of the Lamport one-time signature scheme.
Documentation
1
2
3
4
doc: 
	rm -rf docs/
	cargo doc --no-deps
	mv target/doc docs/