The test vectors section of the website should be filled in.
The website has sections for both the ristretto255 and ristretto448 parameters.
For now I think it's fine just to add test vectors for ristretto255 and not ristretto448, since Decaf also works for Ed448, so there's not really a good reason to use Ristretto there.
Since mdbook allows rustdoc tests, we can make the test vectors executable using the curve25519-dalek reference implementation.
The test vectors section of the website should be filled in.
The website has sections for both the
ristretto255andristretto448parameters.For now I think it's fine just to add test vectors for
ristretto255and notristretto448, since Decaf also works for Ed448, so there's not really a good reason to use Ristretto there.Since
mdbookallows rustdoc tests, we can make the test vectors executable using thecurve25519-dalekreference implementation.