curve25519-dalek 0.21.0

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