curve25519-dalek-organism 0.0.1

A pure-Rust implementation of group operations on ristretto255 and Curve25519
Documentation
FEATURES := nightly yolocrypto avx2_backend

doc:
	cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html

doc-internal:
	cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items