curve25519-dalek 4.1.3

A pure-Rust implementation of group operations on ristretto255 and Curve25519
Documentation
1
2
3
4
5
6
7
8
9
10
11
FEATURES := serde rand_core digest legacy_compatibility

export RUSTDOCFLAGS := \
	--cfg docsrs \
	--html-in-header docs/assets/rustdoc-include-katex-header.html

doc:
	cargo +nightly rustdoc --features "$(FEATURES)"

doc-internal:
	cargo +nightly rustdoc --features "$(FEATURES)" -- --document-private-items