kemeleon 0.1.0-rc.1

Kemeleon encoding algorithms for obfuscating ML-KEM handshake elements.
Documentation
1
2
3
4
5
6
7
8

test:
	cargo test --all-features -- --test-threads=1 --nocapture $(ARGS)

doc:
	RUSTDOCFLAGS="--html-in-header doc/katex-header.html" cargo doc --no-deps $(ARGS)

.PHONY: doc test