curve25519-dalek 1.1.0-pre.0

A pure-Rust implementation of group operations on Ristretto and Curve25519
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