1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Update reference links for Curve25519 and Ed25519

This commit is contained in:
Rhys Weatherley
2016-03-27 09:45:39 +10:00
parent 5c4d7ce69a
commit e1bf1808c1
4 changed files with 11 additions and 68 deletions

View File

@@ -41,8 +41,8 @@ void printNumber(const char *name, const uint8_t *x)
Serial.println();
}
// Check the eval() function using the test vectors from:
// https://tools.ietf.org/html/draft-turner-thecurve25519function-01
// Check the eval() function using the test vectors from
// section 6.1 of RFC 7748.
void testEval()
{
static uint8_t alice_private[32] = {